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 |
---|
InfinispanCollections.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
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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.