edu.berkeley.nlp.lm.collections
Class TIntMap.ValueCollection
java.lang.Object
java.util.AbstractCollection<Integer>
edu.berkeley.nlp.lm.collections.TIntMap.ValueCollection
- All Implemented Interfaces:
- Iterable<Integer>, Collection<Integer>
- Enclosing class:
- TIntMap<T extends Comparable>
public class TIntMap.ValueCollection
- extends AbstractCollection<Integer>
TIntMap.ValueCollection
public TIntMap.ValueCollection()
iterator
public Iterator<Integer> iterator()
- Specified by:
iterator
in interface Iterable<Integer>
- Specified by:
iterator
in interface Collection<Integer>
- Specified by:
iterator
in class AbstractCollection<Integer>
size
public int size()
- Specified by:
size
in interface Collection<Integer>
- Specified by:
size
in class AbstractCollection<Integer>
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection<Integer>
- Overrides:
contains
in class AbstractCollection<Integer>
clear
public void clear()
- Specified by:
clear
in interface Collection<Integer>
- Overrides:
clear
in class AbstractCollection<Integer>