Class AbstractObjectList.ObjectSubList<K>

    • Field Detail

      • l

        protected final ObjectList<K> l
        The list this sublist restricts.
      • from

        protected final int from
        Initial (inclusive) index of this sublist.
      • to

        protected int to
        Final (exclusive) index of this sublist.
    • Constructor Detail

      • ObjectSubList

        public ObjectSubList​(ObjectList<K> l,
                             int from,
                             int to)