net.walend.lyophil.collection
Interface MutableMapToFreezables
- All Superinterfaces:
- HasState, Map, MapToFreezables, MutableMap
- All Known Implementing Classes:
- MutableFreezerHashMap, MutableHashMapToFreezables
- public interface MutableMapToFreezables
- extends MutableMap, MapToFreezables
This MutableMap maps any Object as a key to a Freezable. This interface adds methods to the MutableMap interface for working with identifiers.
- Since:
- 20010713
- Author:
- David Walend
Fields inherited from interface net.walend.collection.Map |
EMPTY |
Method Summary |
void |
putAllIdentifiers(Map keysToIdentifiers)
Put a map of keys to identifiers into this Map. |
java.lang.Object |
putIdentifier(java.lang.Object key,
java.io.Serializable Identifier)
Put an identifier into this Map. |
Methods inherited from interface net.walend.collection.Map |
containsAll, containsKey, containsValue, get, getIdentitor, getJavaMap, getKeys, getValues, isEmpty, keyIterator, sameContentsAs, size, valueIterator |
putIdentifier
public java.lang.Object putIdentifier(java.lang.Object key,
java.io.Serializable Identifier)
- Put an identifier into this Map.
putAllIdentifiers
public void putAllIdentifiers(Map keysToIdentifiers)
- Put a map of keys to identifiers into this Map.
Copyright (c) 2000, 2001, David Walend