public static class IdentityMap.Values<V>
extends java.lang.Object
implements java.lang.Iterable<V>, java.util.Iterator<V>
| Constructor and Description |
|---|
Values(IdentityMap<?,V> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<V> |
iterator() |
V |
next() |
java.util.ArrayList<V> |
toArray()
Returns a new array containing the remaining values.
|
void |
toArray(java.util.ArrayList<V> array)
Returns a new array containing the remaining values.
|
public Values(IdentityMap<?,V> map)
public boolean hasNext()
hasNext in interface java.util.Iterator<V>public java.util.Iterator<V> iterator()
iterator in interface java.lang.Iterable<V>public java.util.ArrayList<V> toArray()
public void toArray(java.util.ArrayList<V> array)
Copyright © 2019. All Rights Reserved.