wt.cache
Class DirtyMap.Values

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bywt.cache.DirtyMap.Values
All Implemented Interfaces:
Collection
Enclosing class:
DirtyMap

class DirtyMap.Values
extends AbstractCollection


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

Constructor Detail

DirtyMap.Values

DirtyMap.Values()
Method Detail

iterator

public Iterator iterator()

contains

public boolean contains(Object o)

size

public int size()

clear

public void clear()