public class OrderVector
extends java.util.Vector
implements objects.ConfigurableObject, com.gemstone.gemfire.internal.cache.lru.Sizeable
| Constructor and Description |
|---|
OrderVector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object o) |
int |
getIndex() |
int |
getSizeInBytes() |
void |
init(int index) |
boolean |
remove(java.lang.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, trimToSizepublic void init(int index)
init in interface objects.ConfigurableObjectpublic boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listadd in class java.util.Vectorpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collectionremove in interface java.util.Listremove in class java.util.Vectorpublic 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.