Class OpaqueReferenceArray<T extends OpaqueReferenceType>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T get​(int aIndex)  
      abstract int objectArrayLength()  
      abstract T pop()  
      abstract void push​(T aValue)  
      abstract void set​(int aIndex, T aValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpaqueReferenceArray

        public OpaqueReferenceArray()
    • Method Detail

      • get

        public abstract T get​(int aIndex)
      • set

        public abstract void set​(int aIndex,
                                 T aValue)
      • push

        public abstract void push​(T aValue)
      • pop

        public abstract T pop()
      • objectArrayLength

        public abstract int objectArrayLength()