Iterable, Collection, Setpublic class FixedKeySet extends AbstractSet
| Constructor | Description |
|---|---|
FixedKeySet(String[] keys) |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator |
iterator() |
|
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringequals, hashCode, removeAllparallelStream, removeIf, streampublic FixedKeySet(String[] keys)
public Iterator iterator()
iterator in interface Collectioniterator in interface Iterableiterator in interface Setiterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionCopyright © 2018. All rights reserved.