com.samskivert.util
Class CountHashMap.CountEntrySet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<CountHashMap.Entry<E>>
com.samskivert.util.CountHashMap.CountEntrySet<E>
- All Implemented Interfaces:
- Iterable<CountHashMap.Entry<E>>, Collection<CountHashMap.Entry<E>>, Set<CountHashMap.Entry<E>>
- Enclosing class:
- CountHashMap<K>
protected class CountHashMap.CountEntrySet<E>
- extends AbstractSet<CountHashMap.Entry<E>>
_superset
protected Set<Map.Entry<E,int[]>> _superset
CountHashMap.CountEntrySet
public CountHashMap.CountEntrySet(Set<Map.Entry<E,int[]>> superset)
iterator
public Iterator<CountHashMap.Entry<E>> iterator()
- Specified by:
iterator in interface Iterable<CountHashMap.Entry<E>>- Specified by:
iterator in interface Collection<CountHashMap.Entry<E>>- Specified by:
iterator in interface Set<CountHashMap.Entry<E>>- Specified by:
iterator in class AbstractCollection<CountHashMap.Entry<E>>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<CountHashMap.Entry<E>>- Specified by:
contains in interface Set<CountHashMap.Entry<E>>- Overrides:
contains in class AbstractCollection<CountHashMap.Entry<E>>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<CountHashMap.Entry<E>>- Specified by:
remove in interface Set<CountHashMap.Entry<E>>- Overrides:
remove in class AbstractCollection<CountHashMap.Entry<E>>
size
public int size()
- Specified by:
size in interface Collection<CountHashMap.Entry<E>>- Specified by:
size in interface Set<CountHashMap.Entry<E>>- Specified by:
size in class AbstractCollection<CountHashMap.Entry<E>>
clear
public void clear()
- Specified by:
clear in interface Collection<CountHashMap.Entry<E>>- Specified by:
clear in interface Set<CountHashMap.Entry<E>>- Overrides:
clear in class AbstractCollection<CountHashMap.Entry<E>>
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.