Class AbstractObjectList<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractObjectList​(java.util.Collection<T> objects)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Iterable<T> objects)  
      void add​(T... objects)  
      T get​(int index)  
      java.util.Collection<T> get​(int... indices)  
      int[] indices​(java.lang.Iterable<T> objects)  
      boolean isEmpty()  
      IObjectIterator<T> iterator()  
      void remove​(int... indices)  
      void remove​(java.lang.Iterable<T> objects)  
      void remove​(T... objects)  
      void removeAll()  
      T set​(int index, T object)  
      void set​(java.lang.Iterable<T> objects)  
      void set​(T... objects)  
      int size()  
      java.util.Collection<T> toCollection()  
      java.util.List<T> toList()  
      IObjectIterable<T> values()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator