net.walend.lyophil.collection
Class FreezerHashMap

java.lang.Object
  |
  +--net.walend.lyophil.collection.AbstractFreezerHashMap
        |
        +--net.walend.lyophil.collection.FreezerHashMap
All Implemented Interfaces:
HasState, Immutable, Map, MapToFreezables

public final class FreezerHashMap
extends AbstractFreezerHashMap
implements Immutable

Since:
20010713
Author:
David Walend

Field Summary
 
Fields inherited from class net.walend.lyophil.collection.AbstractFreezerHashMap
 
Fields inherited from interface net.walend.collection.Map
EMPTY
 
Constructor Summary
FreezerHashMap(Map map)
           
FreezerHashMap(java.util.Map map)
           
 
Method Summary
 java.util.Iterator keyIterator()
          Returns an iterator over the keys.
 java.util.Iterator valueIterator()
          Returns an iterator over the values.
 
Methods inherited from class net.walend.lyophil.collection.AbstractFreezerHashMap
clear, containsAll, containsIdentifier, containsKey, containsValue, get, getdentifiers, getFreezableForID, getFreezer, getIdentifier, getIdentitor, getJavaMap, getKeys, getPrincipleInterface, getValues, identifierIterator, isEmpty, keysToIdentifiers, put, putAll, putAllIdentifiers, putIdentifier, remove, sameContentsAs, sameStateAs, size, toString, valueFreezableIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreezerHashMap

public FreezerHashMap(Map map)

FreezerHashMap

public FreezerHashMap(java.util.Map map)
Method Detail

keyIterator

public java.util.Iterator keyIterator()
Description copied from class: AbstractFreezerHashMap
Returns an iterator over the keys.

Specified by:
keyIterator in interface Map
Overrides:
keyIterator in class AbstractFreezerHashMap

valueIterator

public java.util.Iterator valueIterator()
Description copied from class: AbstractFreezerHashMap
Returns an iterator over the values.

Specified by:
valueIterator in interface Map
Overrides:
valueIterator in class AbstractFreezerHashMap


Copyright (c) 2000, 2001, David Walend