Class AbstractNonSequentialResultList

    • Field Detail

      • PAST_END

        protected static final Object PAST_END
    • Constructor Detail

      • AbstractNonSequentialResultList

        public AbstractNonSequentialResultList()
    • Method Detail

      • getInternal

        protected abstract Object getInternal​(int index)
        Implement this method and List.size(). Return PAST_END if the index is out of bounds.
      • contains

        public boolean contains​(Object o)
      • containsAll

        public boolean containsAll​(Collection c)
      • get

        public Object get​(int index)
      • indexOf

        public int indexOf​(Object o)
      • lastIndexOf

        public int lastIndexOf​(Object o)
      • isEmpty

        public boolean isEmpty()
      • listIterator

        public ListIterator listIterator​(int index)
      • toArray

        public Object[] toArray()
      • subList

        public List subList​(int fromIndex,
                            int toIndex)