edu.mit.ai.psg.utilities
Class HashMapCache.EntrySet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--edu.mit.ai.psg.utilities.HashMapCache.EntrySet
Enclosing class:
HashMapCache

protected class HashMapCache.EntrySet
extends AbstractSet


Constructor Summary
protected HashMapCache.EntrySet()
           
 
Method Summary
 boolean isEmpty()
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashMapCache.EntrySet

protected HashMapCache.EntrySet()
Method Detail

iterator

public Iterator iterator()
Overrides:
iterator in class AbstractCollection

size

public int size()
Overrides:
size in class AbstractCollection

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class AbstractCollection

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu