A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

B

b() - Method in class net.sf.rubycollect4j.RubyString
Returns a copied string whose encoding is ASCII-8BIT.
basename(String) - Static method in class net.sf.rubycollect4j.RubyFile
Returns the name of the file.
basename(String, String) - Static method in class net.sf.rubycollect4j.RubyFile
Returns the name of a file.
begin() - Method in class net.sf.rubycollect4j.RubyRange
Returns the beginning of this RubyRange.
beginningOfDay() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate with time set to the beginning of day based on this RubyDate.
beginningOfMonth() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate with time set to the beginning of month based on this RubyDate.
beginningOfQuarter() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate representing the start of the quarter (1st of january, april, july, october).
beginningOfWeek() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate with time set to the beginning of week based on this RubyDate.
beginningOfYear() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate representing the beginning of the year.
Block<E> - Interface in net.sf.rubycollect4j.block
An interface for lambda expression to yield an element.
BooleanBlock<E> - Interface in net.sf.rubycollect4j.block
An interface for lambda expression to yield an element and return a boolean value.
bsearch(E) - Method in class net.sf.rubycollect4j.RubyArray
Uses binary search to find an element.
bsearch(E, Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
Uses binary search with a Comparator to Finds an element.
bsearch(TransformBlock<? super E, Integer>) - Method in class net.sf.rubycollect4j.RubyArray
Uses binary search and a block to find an element.
bytes() - Method in class net.sf.rubycollect4j.RubyString
Returns an RubyArray of Byte in RubyString.
bytesize() - Method in class net.sf.rubycollect4j.RubyString
Returns the length of RubyString in bytes.
byteslice(int) - Method in class net.sf.rubycollect4j.RubyString
Returns a substring of one byte at given index.
byteslice(int, int) - Method in class net.sf.rubycollect4j.RubyString
Returns a substring starting at the offset given by the first, and a length given by the second.
ByteUtil - Class in net.sf.rubycollect4j.util
ByteUtil provides functions to manipulate bytes or to convert variety Objects into bytes.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z