|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.hppc.cursors.KTypeCursor<KType>
public final class KTypeCursor<KType>
A cursor over a collection of KTypes.
| Field Summary | |
|---|---|
int |
index
The current value's index in the container this cursor belongs to. |
KType |
value
The current value. |
| Constructor Summary | |
|---|---|
KTypeCursor()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int index
public KType value
| Constructor Detail |
|---|
public KTypeCursor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||