public abstract class ClassToDelegate<V> extends ObjectToAbstract<Class<?>,V> implements ClassTo<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassToDelegate.ManyAbstract<V> |
ClassTo.Many<V>| Constructor and Description |
|---|
ClassToDelegate(Class<V> valueType,
CollectionProxy<Class<?>,V> store,
javax.inject.Provider<Iterable<Map.Entry<Class<?>,V>>> iteratorProvider,
Comparator<Class<?>> keyComparator,
Comparator<V> valueComparator) |
clear, clone, componentType, containsKey, containsValue, entries, fillCollection, fillMap, get, isEmpty, keys, keyType, newCollection, newMap, put, putAll, remove, removeAll, size, toArray, toCollection, toMap, values, valueTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomponentType, keyType, put, valueTypeclear, clone, entryFor, get, isEmpty, put, remove, setValue, size, toArray, toCollection, toMapclear, containsKey, containsValue, isEmpty, keys, putAll, removeAll, valuesentriespublic ClassToDelegate(Class<V> valueType, CollectionProxy<Class<?>,V> store, javax.inject.Provider<Iterable<Map.Entry<Class<?>,V>>> iteratorProvider, Comparator<Class<?>> keyComparator, Comparator<V> valueComparator)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.