public static class FunctionUtils.UnmodifiableSet<T> extends Object implements UnmodSet<T>, Serializable
FunctionUtils.unmodSet(Set).UnmodSet.AbstractUnmodSet<T>UnmodIterable.AbstractUnmodIterable<T>| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object o)
Returns true if the set contains the given item.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty()
This is a convenience method inherited from Collection that returns true if size() == 0 (if
this set contains no elements).
|
UnmodIterator<T> |
iterator()
Iterates over contents with no guarantees about their ordering.
|
int |
size()
Returns the number of items in this iterable.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, remove, removeAll, removeIf, retainAll, toArray, toArrayconcat, drop, filter, flatMap, foldLeft, foldLeft, hash, hashCode, head, map, precat, take, takeWhile, toStringtoImList, toImMap, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableSet, toMutableSortedMap, toMutableSortedSetspliteratorparallelStream, streampublic boolean contains(Object o)
UnmodSetpublic int size()
Sizedpublic boolean isEmpty()
UnmodSetpublic UnmodIterator<T> iterator()
UnmodSetpublic int hashCode()
public boolean equals(Object o)
Copyright © 2017. All rights reserved.