@Generated(date="2018-02-07T22:56:33+0000",
value="KTypeVTypeCursor.java")
public final class ObjectObjectCursor<KType,VType>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
index
The current key and value's index in the container this cursor belongs to.
|
KType |
key
The current key.
|
VType |
value
The current value.
|
Constructor and Description |
---|
ObjectObjectCursor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int index
public KType key
public VType value
Copyright © 2018 Carrot Search s.c.. All rights reserved.