public static final class InfinispanCollections.EmptySet extends AbstractSet<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
InfinispanCollections.EmptySet.EmptySetExternalizer |
| Constructor and Description |
|---|
InfinispanCollections.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, toStringpublic 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 © 2017 JBoss, a division of Red Hat. All Rights Reserved.