Skip navigation links
GemFire XD 1.6.6
objects

Class NestedOrderVector

    • Field Summary

      • Fields inherited from class java.util.Vector

        capacityIncrement, elementCount, elementData
      • Fields inherited from class java.util.AbstractList

        modCount
      • Fields inherited from interface com.gemstone.gemfire.internal.cache.lru.Sizeable

        PER_OBJECT_OVERHEAD
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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) 
      • Methods inherited from class java.util.Vector

        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, trimToSize
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream
    • Constructor Detail

      • NestedOrderVector

        public NestedOrderVector()
    • Method Detail

      • init

        public void init(int index)
        Specified by:
        init in interface objects.ConfigurableObject
      • add

        public boolean add(java.lang.Object o)
        Specified by:
        add in interface java.util.Collection
        Specified by:
        add in interface java.util.List
        Overrides:
        add in class java.util.Vector
      • remove

        public boolean remove(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection
        Specified by:
        remove in interface java.util.List
        Overrides:
        remove in class java.util.Vector
      • getSizeInBytes

        public int getSizeInBytes()
        Specified by:
        getSizeInBytes in interface com.gemstone.gemfire.internal.cache.lru.Sizeable
      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface objects.ConfigurableObject
      • validate

        public void validate(int index)
        Specified by:
        validate in interface objects.ConfigurableObject

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.