Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Method and Description |
---|---|
void |
RubyHash.cycle(EntryBlock<? super K,? super V> block)
An adapter method.
|
void |
RubyHash.cycle(int n,
EntryBlock<? super K,? super V> block)
An adapter method.
|
RubyHash<K,V> |
RubyHash.each(EntryBlock<? super K,? super V> block) |
RubyEnumerable<java.util.Map.Entry<K,V>> |
RubyHash.eachEntry(EntryBlock<? super K,? super V> block)
An adapter method.
|
RubyHash<K,V> |
RubyHash.eachPair(EntryBlock<? super K,? super V> block)
Equivalent to
RubyHash.each(EntryBlock) . |
RubyEnumerable<java.util.Map.Entry<K,V>> |
RubyHash.reverseEach(EntryBlock<? super K,? super V> block)
An adapter method.
|