Package | Description |
---|---|
net.sf.rubycollect4j | |
net.sf.rubycollect4j.iter | |
net.sf.rubycollect4j.packer | |
net.sf.rubycollect4j.util |
Class and Description |
---|
Ruby.Enumerable
Ruby.Enumerable includes all methods refer to the Enumerable module
of Ruby. |
Ruby.Enumerator
Ruby.Enumerator includes all methods refer to the Enumerator class
of Ruby. |
Ruby.LazyEnumerator
Ruby.LazyEnumerator includes all methods refer to the
LazyEnumerator class of Ruby. |
RubyArray
RubyArray implements all methods refer to the Array class of Ruby
language. |
RubyContract.Enumerable
RubyContract.Enumerable defines all methods of a Ruby Enumerable should have. |
RubyContract.Enumerator
RubyContract.Enumerator defines all methods of a Ruby Enumerator should have. |
RubyDate
RubyDate simply extends Java Date and adds few useful methods which
are inspired by Ruby on Rails. |
RubyDate.DateField
RubyDate.DateField is designed for RubyDate.change(Map) to use. |
RubyDate.DateShifter
RubyDate.DateShifter shifts a Date by an interval of time and creates a new
RubyDate from it. |
RubyDir
RubyDir implements parts of the methods refer to the Dir class of
Ruby. |
RubyEnumerable
RubyEnumerable is an extension for any Iterable class. |
RubyEnumerator
RubyEnumerator implements most of the methods refer to the Enumerator
class of Ruby language. |
RubyFile
RubyFile implements parts of the methods refer to the File class of
Ruby. |
RubyHash
RubyHash implements all methods refer to the Hash class of Ruby
language. |
RubyIO
RubyIO implements part of the methods refer to the IO class of Ruby. |
RubyIO.Mode
This Mode enum contains all open modes of
RubyIO .r : Read. r+ : Read and Write. w : Write. w+ : Write and Read. a : Append. a+ : Append and Read. |
RubyLazyEnumerator
RubyLazyEnumerator implements most of the methods refer to the
Enumerator::Lazy class of Ruby language. |
RubyRange
RubyRange is inspired by the Range class of Ruby. |
RubySet
RubySet implements all methods refer to the Set class of Ruby
language. |
RubyString
RubyString implements all methods refer to the String class of Ruby
language. |
Class and Description |
---|
RubyArray
RubyArray implements all methods refer to the Array class of Ruby
language. |
Class and Description |
---|
RubyArray
RubyArray implements all methods refer to the Array class of Ruby
language. |
Class and Description |
---|
RubyArray
RubyArray implements all methods refer to the Array class of Ruby
language. |