AlphaJumpBucketer
public
class
AlphaJumpBucketer
extends Object
java.lang.Object
|
↳ |
androidx.car.widget.AlphaJumpBucketer
|
A helper class for building the list of buckets for alpha jump.
Summary
Nested classes |
class |
AlphaJumpBucketer.Bucket
A basic implementation of AlphaJumpBucket .
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
AlphaJumpBucketer
public AlphaJumpBucketer ()
public AlphaJumpBucketer (Bucket[] buckets)
Parameters |
buckets |
Bucket |
Public methods
createBuckets
public List<AlphaJumpBucket> createBuckets (Iterable<String> values)
Creates a list of AlphaJumpBucket
s from the given iterable collection
of strings.
Parameters |
values |
Iterable |
createBuckets
public List<AlphaJumpBucket> createBuckets (Iterator<String> values)
Creates a list of AlphaJumpBucket
s from the given enumeration of
values.
Parameters |
values |
Iterator |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.