public final class Ruby
extends java.lang.Object
Ruby
contains the general interfaces of RubyCollect4J
implementations.
For example, RubyArray
, RubyHash
, RubySet
,
RubyEnumerator
and RubyString
can all be treated as
Ruby.Enumerable
.
Modifier and Type | Class and Description |
---|---|
static interface |
Ruby.Enumerable<E>
Ruby.Enumerable includes all methods refer to the Enumerable module
of Ruby. |
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. |