public final class IntIntHashMap.IntIntCursor extends Object
Modifier and Type | Field and Description |
---|---|
int |
index
The current key and value's index in the container this cursor belongs to.
|
int |
key
The current key.
|
int |
value
The current value.
|
Constructor and Description |
---|
IntIntCursor() |
public int index
public int key
public int value
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.