Package it.unimi.dsi.fastutil.chars
Class AbstractChar2ReferenceMap.BasicEntrySet<V>
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<Char2ReferenceMap.Entry<V>>
it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntrySet<V>
- All Implemented Interfaces:
ObjectCollection<Char2ReferenceMap.Entry<V>>,ObjectIterable<Char2ReferenceMap.Entry<V>>,ObjectSet<Char2ReferenceMap.Entry<V>>,Cloneable,Iterable<Char2ReferenceMap.Entry<V>>,Collection<Char2ReferenceMap.Entry<V>>,Set<Char2ReferenceMap.Entry<V>>
- Enclosing class:
- AbstractChar2ReferenceMap<V>
public abstract static class AbstractChar2ReferenceMap.BasicEntrySet<V> extends AbstractObjectSet<Char2ReferenceMap.Entry<V>>
This class provides a basic implementation for an Entry set which forwards
some queries to the map.
-
Constructor Summary
Constructors Constructor Description BasicEntrySet(Char2ReferenceMap<V> map) -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectSet
equals, hashCode, iteratorMethods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
-
Constructor Details
-
Method Details
-
contains
- Specified by:
containsin interfaceCollection<V>- Specified by:
containsin interfaceSet<V>- Overrides:
containsin classAbstractCollection<Char2ReferenceMap.Entry<V>>
-
remove
- Specified by:
removein interfaceCollection<V>- Specified by:
removein interfaceSet<V>- Overrides:
removein classAbstractCollection<Char2ReferenceMap.Entry<V>>
-
size
public int size()- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein interfaceSet<V>- Specified by:
sizein classAbstractCollection<Char2ReferenceMap.Entry<V>>
-