public static final class InfinispanCollections.EmptyList extends AbstractList<Object> implements RandomAccess
Modifier and Type | Class and Description |
---|---|
static class |
InfinispanCollections.EmptyList.EmptyListExternalizer |
modCount
Constructor and Description |
---|
EmptyList() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object obj) |
Object |
get(int index) |
Iterator<Object> |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public int size()
size
in interface Collection<Object>
size
in interface List<Object>
size
in class AbstractCollection<Object>
public boolean contains(Object obj)
contains
in interface Collection<Object>
contains
in interface List<Object>
contains
in class AbstractCollection<Object>
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.