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 

O

oct() - Method in class net.sf.rubycollect4j.RubyString
Treats leading characters of str as a string of octal digits (with an optional sign) and returns the corresponding number.
of(List<E>) - Static method in class net.sf.rubycollect4j.RubyArray
Returns a RubyArray which wraps the given List.
of(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyEnumerator
Returns a RubyEnumerator which wraps the given Iterable.
of(LinkedHashMap<K, V>) - Static method in class net.sf.rubycollect4j.RubyHash
Returns a RubyHash which wraps the given Map.
of(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns a RubyLazyEnumerator which wraps the given Iterable.
of(LinkedHashSet<E>) - Static method in class net.sf.rubycollect4j.RubySet
Returns a RubySet which wraps the given LinkedHashSet.
oneʔ() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Checks if elements contain only one element beside null.
oneʔ(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Checks if elements contain only one element which are true returned by the block.
oneʔ() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
oneʔ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
oneʔ(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
oneʔ() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
oneʔ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
open(String) - Static method in class net.sf.rubycollect4j.RubyDir
Creates a RubyDir by given path.
open(String, String) - Static method in class net.sf.rubycollect4j.RubyFile
Creates a RubyFile by given path and mode.
open(String) - Static method in class net.sf.rubycollect4j.RubyFile
Creates a RubyFile by given file.
open(String, String) - Static method in class net.sf.rubycollect4j.RubyIO
Creates a RubyIO by given path and mode.
open(String) - Static method in class net.sf.rubycollect4j.RubyIO
Creates a RubyIO by given file.
ord() - Method in class net.sf.rubycollect4j.RubyString
Return the Integer ordinal of a one-character string.
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