Package it.unimi.dsi.fastutil.chars
Class AbstractChar2BooleanMap.BasicEntrySet
java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<Char2BooleanMap.Entry>
it.unimi.dsi.fastutil.chars.AbstractChar2BooleanMap.BasicEntrySet
- All Implemented Interfaces:
ObjectCollection<Char2BooleanMap.Entry>,ObjectIterable<Char2BooleanMap.Entry>,ObjectSet<Char2BooleanMap.Entry>,Cloneable,Iterable<Char2BooleanMap.Entry>,Collection<Char2BooleanMap.Entry>,Set<Char2BooleanMap.Entry>
- Enclosing class:
- AbstractChar2BooleanMap
public abstract static class AbstractChar2BooleanMap.BasicEntrySet extends AbstractObjectSet<Char2BooleanMap.Entry>
This class provides a basic implementation for an Entry set which forwards
some queries to the map.
-
Constructor Summary
Constructors Constructor Description BasicEntrySet(Char2BooleanMap 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<Char2BooleanMap.Entry>- Specified by:
containsin interfaceSet<Char2BooleanMap.Entry>- Overrides:
containsin classAbstractCollection<Char2BooleanMap.Entry>
-
remove
- Specified by:
removein interfaceCollection<Char2BooleanMap.Entry>- Specified by:
removein interfaceSet<Char2BooleanMap.Entry>- Overrides:
removein classAbstractCollection<Char2BooleanMap.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<Char2BooleanMap.Entry>- Specified by:
sizein interfaceSet<Char2BooleanMap.Entry>- Specified by:
sizein classAbstractCollection<Char2BooleanMap.Entry>
-