Class CircularList<T>


  • public class CircularList<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CircularList​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear​(int position)  
      T get​(int pos)  
      java.util.Collection<T> getAllNotNull()  
      java.util.Collection<T> getAllUntil​(int position)  
      T getOrDefault​(int pos, T defaultObj)  
      void set​(int pos, T element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait