public static final class InfinispanCollections.EmptySet extends AbstractSet<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
InfinispanCollections.EmptySet.EmptySetExternalizer |
| Constructor and Description |
|---|
EmptySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object obj) |
Iterator<Object> |
iterator() |
int |
size() |
equals, hashCode, removeAlladd, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<Object>size in interface Set<Object>size in class AbstractCollection<Object>public boolean contains(Object obj)
contains in interface Collection<Object>contains in interface Set<Object>contains in class AbstractCollection<Object>Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.