- checkedContains(Object) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.contains(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContains(Object) - Method in interface org.codehaus.plexus.collections.ActiveSet
-
Same as Set.contains(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContains(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedContains(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedContainsAll(Collection) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.containsAll(Collection)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContainsAll(Collection) - Method in interface org.codehaus.plexus.collections.ActiveSet
-
Same as Set.containsAll(Collection)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContainsAll(Collection) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedContainsAll(Collection) - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedContainsKey(Object) - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map.containsKey(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContainsKey(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedContainsValue(Object) - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map.containsValue(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedContainsValue(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedEntrySet() - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map.entrySet()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedEntrySet() - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedGet(int) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.get(int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedGet(Object) - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map.get(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedGet(int) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedGet(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedGetList() - Method in class org.codehaus.plexus.collections.AbstractActiveList
-
- checkedGetMap() - Method in class org.codehaus.plexus.collections.AbstractActiveMap
-
- checkedGetSet() - Method in class org.codehaus.plexus.collections.AbstractActiveSet
-
- checkedIndexOf(Object) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.indexOf(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedIndexOf(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedIsEmpty() - Method in interface org.codehaus.plexus.collections.ActiveCollection
-
Same semantics as Collection.isEmpty()
or Map.isEmpty()
, except this method
will throw a ComponentLookupException
if one or more of the elements collected here
fails during lookup.
- checkedIsEmpty() - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedIsEmpty() - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedIsEmpty() - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedIterator() - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.iterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedIterator() - Method in interface org.codehaus.plexus.collections.ActiveSet
-
Same as Set.iterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedIterator() - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedIterator() - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedKeySet() - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map#keySet(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedKeySet() - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedLastIndexOf(Object) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.lastIndexOf(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedLastIndexOf(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedListIterator() - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.listIterator()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedListIterator(int) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.listIterator(int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedListIterator() - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedListIterator(int) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedSize() - Method in interface org.codehaus.plexus.collections.ActiveCollection
-
Same semantics as Collection.size()
or Map.size()
, except this method
will throw a ComponentLookupException
if one or more of the elements collected here
fails during lookup.
- checkedSize() - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedSize() - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- checkedSize() - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedSubList(int, int) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.subList(int, int)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedSubList(int, int) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedToArray() - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.toArray()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedToArray(Object[]) - Method in interface org.codehaus.plexus.collections.ActiveList
-
Same as List.toArray(Object[])
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedToArray() - Method in interface org.codehaus.plexus.collections.ActiveSet
-
Same as Set.toArray()
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedToArray(Object[]) - Method in interface org.codehaus.plexus.collections.ActiveSet
-
Same as Set.toArray(Object[])
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedToArray() - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedToArray(Object[]) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- checkedToArray() - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedToArray(Object[]) - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- checkedValues() - Method in interface org.codehaus.plexus.collections.ActiveMap
-
Same as Map#values(Object)
, except this method will throw a
ComponentLookupException
if one or more elements in the set fail during lookup.
- checkedValues() - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- clear() - Method in class org.codehaus.plexus.collections.AbstractActiveList
-
- clear() - Method in class org.codehaus.plexus.collections.AbstractActiveMap
-
- clear() - Method in class org.codehaus.plexus.collections.AbstractActiveSet
-
- contains(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- contains(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- containsAll(Collection) - Method in class org.codehaus.plexus.collections.DefaultActiveList
-
- containsAll(Collection) - Method in class org.codehaus.plexus.collections.DefaultActiveSet
-
- containsKey(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- containsValue(Object) - Method in class org.codehaus.plexus.collections.DefaultActiveMap
-
- contextualize(Context) - Method in class org.codehaus.plexus.collections.AbstractActiveList
-
- contextualize(Context) - Method in class org.codehaus.plexus.collections.AbstractActiveMap
-
- contextualize(Context) - Method in class org.codehaus.plexus.collections.AbstractActiveSet
-
- contextualize(Context) - Method in class org.codehaus.plexus.collections.DefaultActiveCollectionManager
-
- contextualize(Context) - Method in class org.codehaus.plexus.collections.DefaultProtoCollection
-