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