Class DefaultConfigurationCache.CachedContextList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Context>
-
- com.hybris.cockpitng.core.config.impl.cache.DefaultConfigurationCache.CachedContextList
-
- All Implemented Interfaces:
java.lang.Iterable<Context>,java.util.Collection<Context>,java.util.List<Context>
- Enclosing class:
- DefaultConfigurationCache
protected class DefaultConfigurationCache.CachedContextList extends java.util.AbstractList<Context>
-
-
Constructor Summary
Constructors Constructor Description CachedContextList(DefaultConfigurationCache.CachedContextImpl cachedContext, Context original)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, Context element)protected voidcheckRange(int index)booleanequals(java.lang.Object o)Contextget(int index)inthashCode()Contextremove(int index)Contextset(int index, Context element)intsize()-
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
-
-
-
-
Constructor Detail
-
CachedContextList
public CachedContextList(DefaultConfigurationCache.CachedContextImpl cachedContext, Context original)
-
-
Method Detail
-
checkRange
protected void checkRange(int index)
-
get
public Context get(int index)
-
size
public int size()
-
add
public void add(int index, Context element)
-
remove
public Context remove(int index)
-
equals
public boolean equals(java.lang.Object o)
-
-