Class SubList


  • public final class SubList
    extends Object
    • Constructor Detail

      • SubList

        public SubList​(Object entity,
                       int fromIndex,
                       int length)
    • Method Detail

      • getEntity

        public Object getEntity()
      • getFromIndex

        public int getFromIndex()
      • getLength

        public int getLength()
      • getToIndex

        public int getToIndex()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object