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