Class | Description |
---|---|
IntHashMap<V> | |
IntHashMap.Entry<V> | |
StringArraySet |
An RubyArray that maintains an O(1) Set for fast include? operations.
|
WeakHashSet<T> |
A simple set that uses weak references to ensure that its elements can be garbage collected.
|
WeakValuedIdentityMap<Key,Value> |
A Map that holds its values weakly and uses object identity for keys.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.