Class DefaultConfigurationCache.CachedContextList

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, Context element)  
      protected void checkRange​(int index)  
      boolean equals​(java.lang.Object o)  
      Context get​(int index)  
      int hashCode()  
      Context remove​(int index)  
      Context set​(int index, Context element)  
      int size()  
      • Methods inherited from class java.util.AbstractList

        add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, 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

        addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
    • Method Detail

      • checkRange

        protected void checkRange​(int index)
      • get

        public Context get​(int index)
        Specified by:
        get in interface java.util.List<Context>
        Specified by:
        get in class java.util.AbstractList<Context>
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<Context>
        Specified by:
        size in interface java.util.List<Context>
        Specified by:
        size in class java.util.AbstractCollection<Context>
      • set

        public Context set​(int index,
                           Context element)
        Specified by:
        set in interface java.util.List<Context>
        Overrides:
        set in class java.util.AbstractList<Context>
      • add

        public void add​(int index,
                        Context element)
        Specified by:
        add in interface java.util.List<Context>
        Overrides:
        add in class java.util.AbstractList<Context>
      • remove

        public Context remove​(int index)
        Specified by:
        remove in interface java.util.List<Context>
        Overrides:
        remove in class java.util.AbstractList<Context>
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<Context>
        Specified by:
        equals in interface java.util.List<Context>
        Overrides:
        equals in class java.util.AbstractList<Context>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<Context>
        Specified by:
        hashCode in interface java.util.List<Context>
        Overrides:
        hashCode in class java.util.AbstractList<Context>