Package com.google.common.collect
Class StandardTable.ColumnKeySet
java.lang.Object
java.util.AbstractCollection<C>
java.util.AbstractSet<C>
com.google.common.collect.Sets.ImprovedAbstractSet<C>
StandardTable<R,C,V>.com.google.common.collect.StandardTable.TableSet<C>
com.google.common.collect.StandardTable.ColumnKeySet
- All Implemented Interfaces:
Iterable<C>
,Collection<C>
,Set<C>
- Enclosing class:
StandardTable<R,
C, V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.StandardTable.TableSet
clear, isEmpty
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, spliterator, toArray, toArray
-
Constructor Details
-
ColumnKeySet
private ColumnKeySet()
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
size
in interfaceCollection<C>
- Specified by:
size
in interfaceSet<C>
- Specified by:
size
in classAbstractCollection<C>
-
remove
- Specified by:
remove
in interfaceCollection<C>
- Specified by:
remove
in interfaceSet<C>
- Overrides:
remove
in classAbstractCollection<C>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<C>
- Specified by:
removeAll
in interfaceSet<C>
- Overrides:
removeAll
in classSets.ImprovedAbstractSet<C>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<C>
- Specified by:
retainAll
in interfaceSet<C>
- Overrides:
retainAll
in classSets.ImprovedAbstractSet<C>
-
contains
- Specified by:
contains
in interfaceCollection<C>
- Specified by:
contains
in interfaceSet<C>
- Overrides:
contains
in classAbstractCollection<C>
-