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, isEmptyMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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:
sizein interfaceCollection<C>- Specified by:
sizein interfaceSet<C>- Specified by:
sizein classAbstractCollection<C>
-
remove
- Specified by:
removein interfaceCollection<C>- Specified by:
removein interfaceSet<C>- Overrides:
removein classAbstractCollection<C>
-
removeAll
- Specified by:
removeAllin interfaceCollection<C>- Specified by:
removeAllin interfaceSet<C>- Overrides:
removeAllin classSets.ImprovedAbstractSet<C>
-
retainAll
- Specified by:
retainAllin interfaceCollection<C>- Specified by:
retainAllin interfaceSet<C>- Overrides:
retainAllin classSets.ImprovedAbstractSet<C>
-
contains
- Specified by:
containsin interfaceCollection<C>- Specified by:
containsin interfaceSet<C>- Overrides:
containsin classAbstractCollection<C>
-