public class OrderVector extends Vector implements objects.ConfigurableObject, com.gemstone.gemfire.internal.cache.lru.Sizeable
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
OrderVector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
int |
getIndex() |
int |
getSizeInBytes() |
void |
init(int index) |
boolean |
remove(Object o) |
void |
validate(int index) |
add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic void init(int index)
init in interface objects.ConfigurableObjectpublic boolean add(Object o)
public boolean remove(Object o)
public int getSizeInBytes()
getSizeInBytes in interface com.gemstone.gemfire.internal.cache.lru.Sizeablepublic int getIndex()
getIndex in interface objects.ConfigurableObjectpublic void validate(int index)
validate in interface objects.ConfigurableObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.