Groovy 1.7.0

org.codehaus.groovy.runtime.metaclass
Class ConcurrentReaderHashMap.KeySet

java.lang.Object
  java.util.AbstractCollection
      java.util.AbstractSet
          org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeySet

class ConcurrentReaderHashMap.KeySet
extends AbstractSet

Constructor Summary
ConcurrentReaderHashMap.KeySet()

 
Method Summary
void clear()

boolean contains(Object o)

Iterator iterator()

boolean remove(Object o)

int size()

Object[] toArray()

Object[] toArray(Object[] a)

 
Methods inherited from class AbstractSet
hashCode, equals, removeAll, add, clear, toString, contains, isEmpty, addAll, iterator, size, toArray, toArray, remove, containsAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, iterator, size
 
Methods inherited from class AbstractCollection
add, clear, toString, contains, isEmpty, addAll, iterator, size, toArray, toArray, remove, containsAll, removeAll, retainAll, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ConcurrentReaderHashMap.KeySet

ConcurrentReaderHashMap.KeySet()


 
Method Detail

clear

public void clear()


contains

public boolean contains(Object o)


iterator

public Iterator iterator()


remove

public boolean remove(Object o)


size

public int size()


toArray

public Object[] toArray()


toArray

public Object[] toArray(Object[] a)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.