V
- Data typepublic static class AlphabeticIndex.Bucket<V> extends Object implements Iterable<AlphabeticIndex.Record<V>>
Modifier and Type | Class and Description |
---|---|
static class |
AlphabeticIndex.Bucket.LabelType
Type of the label
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get the label
|
AlphabeticIndex.Bucket.LabelType |
getLabelType()
Is a normal, underflow, overflow, or inflow bucket
|
Iterator<AlphabeticIndex.Record<V>> |
iterator()
Iterator over the records in the bucket
|
int |
size()
Get the number of records in the bucket.
|
String |
toString()
Standard toString()
|
public String getLabel()
public AlphabeticIndex.Bucket.LabelType getLabelType()
public int size()
public Iterator<AlphabeticIndex.Record<V>> iterator()
iterator
in interface Iterable<AlphabeticIndex.Record<V>>
Copyright (c) 2012 IBM Corporation and others.