Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
RubyContract.Enumerable<E,N extends RubyContract.Enumerator<?,?,?>,Z extends RubyContract.Enumerable<?,?,?>>
RubyContract.Enumerable defines all methods of a Ruby Enumerable should have. |
(package private) static interface |
RubyContract.Enumerator<E,N extends RubyContract.Enumerator<?,?,?>,Z extends RubyContract.Enumerable<?,?,?>>
RubyContract.Enumerator defines all methods of a Ruby Enumerator should have. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Ruby.Enumerator<E>
Ruby.Enumerator includes all methods refer to the Enumerator class
of Ruby. |
static interface |
Ruby.LazyEnumerator<E>
Ruby.LazyEnumerator includes all methods refer to the
LazyEnumerator class of Ruby. |
Modifier and Type | Class and Description |
---|---|
class |
RubyEnumerator<E>
RubyEnumerator implements most of the methods refer to the Enumerator
class of Ruby language. |
class |
RubyLazyEnumerator<E>
RubyLazyEnumerator implements most of the methods refer to the
Enumerator::Lazy class of Ruby language. |