public class TIntMap.ValueCollection extends AbstractCollection<Integer>
Constructor and Description |
---|
TIntMap.ValueCollection() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object o) |
Iterator<Integer> |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public Iterator<Integer> iterator()
iterator
in interface Iterable<Integer>
iterator
in interface Collection<Integer>
iterator
in class AbstractCollection<Integer>
public int size()
size
in interface Collection<Integer>
size
in class AbstractCollection<Integer>
public boolean contains(Object o)
contains
in interface Collection<Integer>
contains
in class AbstractCollection<Integer>
public void clear()
clear
in interface Collection<Integer>
clear
in class AbstractCollection<Integer>