Class ASimpleInstancesImpl<I>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int numColumns  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int getNumberOfColumns()  
      int getNumberOfRows()  
      int hashCode()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • Methods inherited from class java.lang.Object

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

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
    • Field Detail

      • numColumns

        protected int numColumns
    • Constructor Detail

      • ASimpleInstancesImpl

        public ASimpleInstancesImpl()
      • ASimpleInstancesImpl

        public ASimpleInstancesImpl​(int capacity)
    • Method Detail

      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<I>
        Specified by:
        hashCode in interface java.util.List<I>
        Overrides:
        hashCode in class java.util.ArrayList<I>
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface java.util.Collection<I>
        Specified by:
        equals in interface java.util.List<I>
        Overrides:
        equals in class java.util.ArrayList<I>