wt.util
Class Cache.KeySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended bywt.util.Cache.KeySet
All Implemented Interfaces:
Collection, Set
Enclosing class:
Cache

final class Cache.KeySet
extends AbstractSet


Constructor Summary
(package private) Cache.KeySet()
           
 
Method Summary
 void clear()
           
 boolean contains(Object k)
           
 Iterator iterator()
           
 boolean remove(Object k)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray
 

Constructor Detail

Cache.KeySet

Cache.KeySet()
Method Detail

iterator

public Iterator iterator()

size

public int size()

contains

public boolean contains(Object k)

remove

public boolean remove(Object k)

clear

public void clear()