Package | Description |
---|---|
buildcraft.lib.misc.collect |
Modifier and Type | Class and Description |
---|---|
class |
TypedMapDirect<V>
An
TypedMap instance that only maps classes directly to the classes - that is TypedMapDirect.get(Class) will
return either null, or an object whose Object.getClass() equals the argument class. |
class |
TypedMapHierarchy<V>
A
TypedMap that is identical to TypedMapDirect , except that children of the specified class are also
returned. |
Modifier and Type | Method and Description |
---|---|
TypedMap<V> |
TypedKeyMap.getAll(K key) |