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 

R

ra() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates an empty RubyArray.
ra(E...) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given elements.
ra(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given Iterable.
ra(Iterator<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given Iterator.
ra(List<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given List.
ra(RubyArray<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray which contains the given RubyArray.
raFile - Variable in class net.sf.rubycollect4j.RubyIO
 
range(String, String) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given strings.
range(char, char) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given chars.
range(int, int) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given integers.
range(long, long) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given longs.
range(double, double) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given doubles.
range(Date, Date) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyRange by given Dates.
RangeIterable<E> - Class in net.sf.rubycollect4j.iter
RangeIterable iterates each element within a range derived by 2 objects.
RangeIterable(Successive<E>, E, E) - Constructor for class net.sf.rubycollect4j.iter.RangeIterable
Creates a RangeIterable.
RangeIterator<E> - Class in net.sf.rubycollect4j.iter
RangeIterator iterates each element within a range derived by 2 objects.
RangeIterator(Successive<E>, E, E) - Constructor for class net.sf.rubycollect4j.iter.RangeIterator
Creates a RangeIterator.
rassoc(S) - Method in class net.sf.rubycollect4j.RubyArray
Finds a List element which contains target as the last element.
rassoc(V) - Method in class net.sf.rubycollect4j.RubyHash
Finds an Entry by given value.
read() - Method in class net.sf.rubycollect4j.RubyDir
Returns the next of entries.
read() - Method in class net.sf.rubycollect4j.RubyIO
Reads the content of a file.
readableʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
Checks if a file is readable.
reduce(ReduceBlock<E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
reduce(I, WithInitBlock<? super E, I>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
reduce(I, String) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
reduce(String) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
reduce(ReduceBlock<E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
reduce(I, WithInitBlock<? super E, I>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
reduce(I, String) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
reduce(String) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
reduce(ReduceBlock<E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
reduce(S, WithInitBlock<? super E, S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
reduce(S, String) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
reduce(String) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
ReduceBlock<E> - Interface in net.sf.rubycollect4j.block
An interface for lambda expression to yield 2 elements and reduce them.
reject() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
reject(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Filters all elements which are true returned by the block.
reject() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
reject(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Filters all elements which are true returned by the block.
reject() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
reject(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Filters all elements which are true returned by the block.
reject() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
reject(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
Filters all elements which are true returned by the block.
reject(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
reject() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
reject(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Filters all elements which are true returned by the block.
RejectIterable<E> - Class in net.sf.rubycollect4j.iter
RejectIterable filters all elements which are true returned by the block.
RejectIterable(Iterable<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.RejectIterable
Creates a RejectIterable.
RejectIterator<E> - Class in net.sf.rubycollect4j.iter
RejectIterator filters all elements which are true returned by the block.
RejectIterator(Iterator<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.RejectIterator
Creates a RejectIterator.
rejectǃ() - Method in class net.sf.rubycollect4j.RubyArray
Returns a RubyEnumerator of this RubyArray.
rejectǃ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
Deletes all elements which are false returned by the block.
rejectǃ() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of entries of this RubyHash.
rejectǃ(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
Deletes entries which are true returned by the block.
rejectǃ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubySet
Equivalent to RubySet.deleteIf(BooleanBlock), but returns null if no changes were made.
remainingByteNumber() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns the remaining number of bytes.
remove() - Method in class net.sf.rubycollect4j.iter.ChunkIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.CombinationIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.ComparableEntryIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.CycleIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.DropIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.DropWhileIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachConsIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachIndexIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachLineIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachSliceIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachWithIndexIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.EachWithObjectIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.FindAllIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.FlattenIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.GrepIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.PermutationIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.ProductIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.RangeIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.RejectIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.RepeatedCombinationIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.RepeatedPermutationIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.ReverseEachIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.SliceBeforeIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.StepIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.TakeIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.TakeWhileIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.TransformIterator
 
remove() - Method in class net.sf.rubycollect4j.iter.ZipIterator
 
remove(Object) - Method in class net.sf.rubycollect4j.RubyArray
 
remove(int) - Method in class net.sf.rubycollect4j.RubyArray
 
remove() - Method in class net.sf.rubycollect4j.RubyEnumerator
 
remove(Object) - Method in class net.sf.rubycollect4j.RubyHash
 
remove() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
remove(Object) - Method in class net.sf.rubycollect4j.RubySet
 
remove(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
remove(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
remove(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
 
remove(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
remove() - Method in class net.sf.rubycollect4j.util.PeekingIterator
 
removeAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubyArray
 
removeAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubySet
 
removeAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
removeAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
removeAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
repeatedCombination(int) - Method in class net.sf.rubycollect4j.RubyArray
Generates all repeated combinations of this RubyArray.
repeatedCombination(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyArray
Generates all repeated combinations with length n of this RubyArray and yield to the block.
RepeatedCombinationIterable<E> - Class in net.sf.rubycollect4j.iter
RepeatedCombinationIterable generates all repeated combinations into a List with length n.
RepeatedCombinationIterable(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.RepeatedCombinationIterable
RepeatedCombinationIterator<E> - Class in net.sf.rubycollect4j.iter
RepeatedCombinationIterator generates all repeated combinations into a List with length n.
RepeatedCombinationIterator(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.RepeatedCombinationIterator
repeatedPermutation(int) - Method in class net.sf.rubycollect4j.RubyArray
Generates all repeated permutations with length n of this RubyArray .
repeatedPermutation(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyArray
Generates all repeated permutations with length n of this RubyArray and yield to the block.
RepeatedPermutationIterable<E> - Class in net.sf.rubycollect4j.iter
RepeatedPermutationIterable generates all repeated permutations into a List with length n.
RepeatedPermutationIterable(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.RepeatedPermutationIterable
RepeatedPermutationIterator<E> - Class in net.sf.rubycollect4j.iter
RepeatedPermutationIterator generates all repeated permutations into a List with length n.
RepeatedPermutationIterator(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.RepeatedPermutationIterator
replace(Collection<? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
Replaces all elements of self with other List.
replace(Map<? extends K, ? extends V>) - Method in class net.sf.rubycollect4j.RubyHash
Replaces all entries with the entries of given Map.
replace(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
Replaces the contents of the set with the contents of the given Iterable and returns self.
replace(String) - Method in class net.sf.rubycollect4j.RubyString
Replaces the contents and taintedness of str with the corresponding values in otherStr.
retainAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubyArray
 
retainAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubySet
 
retainAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
retainAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
retainAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
reverse() - Method in class net.sf.rubycollect4j.RubyArray
Reverses this RubyArray and puts the result into a new RubyArray.
reverse() - Method in class net.sf.rubycollect4j.RubyString
Returns a new string with the characters from str in reverse order.
reverse(byte[]) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Reverses a byte array in place.
reverseEach() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns a reversed enumerator of elements.
reverseEach(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Iterates each element reversely by given block.
reverseEach() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns a reversed enumerator of elements.
reverseEach(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Iterates each element reversely by given block.
reverseEach() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns a reversed enumerator of elements.
reverseEach(Block<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Iterates each element reversely by given block.
reverseEach() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns a reversed enumerator of elements.
reverseEach(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
Iterates each element reversely by given block.
reverseEach(EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
reverseEach() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns a reversed enumerator of elements.
reverseEach(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Iterates each element reversely by given block.
ReverseEachIterable<E> - Class in net.sf.rubycollect4j.iter
ReverseEachIterable iterates each element reversely.
ReverseEachIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.ReverseEachIterable
ReverseEachIterator<E> - Class in net.sf.rubycollect4j.iter
ReverseEachIterator iterates each element reversely.
ReverseEachIterator(Iterator<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.ReverseEachIterator
reverseǃ() - Method in class net.sf.rubycollect4j.RubyArray
Reverses this RubyArray.
reverseǃ() - Method in class net.sf.rubycollect4j.RubyString
Reverses str in place.
rewind() - Method in interface net.sf.rubycollect4j.Ruby.Enumerator
Rewinds this Iterator to the beginning.
rewind() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Rewinds this Iterator to the beginning.
rewind() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerator
Rewinds this Iterator to the beginning.
rewind() - Method in class net.sf.rubycollect4j.RubyDir
Sets 0 to the position of entries.
rewind() - Method in class net.sf.rubycollect4j.RubyEnumerator
Rewinds this Iterator to the beginning.
rewind() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Rewinds this Iterator to the beginning.
rewind() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Rewinds this ASCII8BitUTF.
rh() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates an empty RubyHash.
rh(Map<K, V>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given Map.
rh(K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pair.
rh(K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rh(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given key-value pairs.
rindex() - Method in class net.sf.rubycollect4j.RubyArray
Returns a RubyEnumerator of this RubyArray reversed.
rindex(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
Finds the last index of the element which gets true returned by the block.
rindex(E) - Method in class net.sf.rubycollect4j.RubyArray
Finds the last index of the target element.
rindex(String) - Method in class net.sf.rubycollect4j.RubyString
Returns the index of the last occurrence of the given substring in str.
rindex(String, int) - Method in class net.sf.rubycollect4j.RubyString
Returns the index of the last occurrence of the given Pattern in str.
rindex(Pattern) - Method in class net.sf.rubycollect4j.RubyString
Returns the index of the last occurrence of the given Pattern in str.
rindex(Pattern, int) - Method in class net.sf.rubycollect4j.RubyString
Returns the index of the last occurrence of the given Pattern in str.
rjust(int) - Method in class net.sf.rubycollect4j.RubyString
If width is greater than the length of str, returns a new String of length integer with str right justified and padded with whitespace; otherwise, returns str.
rjust(int, String) - Method in class net.sf.rubycollect4j.RubyString
If width is greater than the length of str, returns a new String of length integer with str right justified and padded with padstr; otherwise, returns str.
rjust(byte[], int) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Modifies the length of a byte array by padding zero bytes to the left.
rotate() - Method in class net.sf.rubycollect4j.RubyArray
Moves the first element to the last and puts them into a new RubyArray.
rotate(int) - Method in class net.sf.rubycollect4j.RubyArray
Moves the first element to the last n times and puts them into a new RubyArray.
rotateǃ() - Method in class net.sf.rubycollect4j.RubyArray
Moves the first element to the last.
rotateǃ(int) - Method in class net.sf.rubycollect4j.RubyArray
Moves the first element to the last n times.
rpartition(String) - Method in class net.sf.rubycollect4j.RubyString
Searches sep in the string from the end of the string, and returns the part before it, the match, and the part after it.
rpartition(Pattern) - Method in class net.sf.rubycollect4j.RubyString
Searches Pattern in the string from the end of the string, and returns the part before it, the match, and the part after it.
rs() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyString.
rs(Object) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyString by given Object.
rstrip() - Method in class net.sf.rubycollect4j.RubyString
Returns a copy of str with trailing whitespace removed.
rstripǃ() - Method in class net.sf.rubycollect4j.RubyString
Removes trailing whitespace from str, returning nil if no change was made.
Ruby - Class in net.sf.rubycollect4j
Ruby contains the general interfaces of RubyCollect4J implementations.
Ruby.Enumerable<E> - Interface in net.sf.rubycollect4j
Ruby.Enumerable includes all methods refer to the Enumerable module of Ruby.
Ruby.Enumerator<E> - Interface in net.sf.rubycollect4j
Ruby.Enumerator includes all methods refer to the Enumerator class of Ruby.
Ruby.LazyEnumerator<E> - Interface in net.sf.rubycollect4j
Ruby.LazyEnumerator includes all methods refer to the LazyEnumerator class of Ruby.
RubyArray<E> - Class in net.sf.rubycollect4j
RubyArray implements all methods refer to the Array class of Ruby language.
RubyArray() - Constructor for class net.sf.rubycollect4j.RubyArray
Creates a RubyArray.
RubyArray(List<E>) - Constructor for class net.sf.rubycollect4j.RubyArray
Creates a RubyArray by given List.
RubyArray(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.RubyArray
Creates a RubyArray by given Iterable.
RubyCollections - Class in net.sf.rubycollect4j
RubyCollections provides numerous useful static methods to make the RubyCollect4J easy to use.
RubyContract - Class in net.sf.rubycollect4j
RubyContract provides few interfaces to define what are the methods a RubyContract.Enumerable and an RubyContract.Enumerator should have.
RubyContract.Enumerable<E,N extends RubyContract.Enumerator<?,?,?>,Z extends RubyContract.Enumerable<?,?,?>> - Interface in net.sf.rubycollect4j
RubyContract.Enumerable defines all methods of a Ruby Enumerable should have.
RubyContract.Enumerator<E,N extends RubyContract.Enumerator<?,?,?>,Z extends RubyContract.Enumerable<?,?,?>> - Interface in net.sf.rubycollect4j
RubyContract.Enumerator defines all methods of a Ruby Enumerator should have.
RubyDate - Class in net.sf.rubycollect4j
RubyDate simply extends Java Date and adds few useful methods which are inspired by Ruby on Rails.
RubyDate() - Constructor for class net.sf.rubycollect4j.RubyDate
Returns a RubyDate of now.
RubyDate(Date) - Constructor for class net.sf.rubycollect4j.RubyDate
Creates a RubyDate of given Date.
RubyDate.DateField - Enum in net.sf.rubycollect4j
RubyDate.DateShifter - Class in net.sf.rubycollect4j
RubyDate.DateShifter shifts a Date by an interval of time and creates a new RubyDate from it.
RubyDate.DateShifter(Date, int) - Constructor for class net.sf.rubycollect4j.RubyDate.DateShifter
RubyDir - Class in net.sf.rubycollect4j
RubyDir implements parts of the methods refer to the Dir class of Ruby.
RubyEnumerable<E> - Class in net.sf.rubycollect4j
RubyEnumerable is an extension for any Iterable class.
RubyEnumerable() - Constructor for class net.sf.rubycollect4j.RubyEnumerable
 
RubyEnumerator<E> - Class in net.sf.rubycollect4j
RubyEnumerator implements most of the methods refer to the Enumerator class of Ruby language.
RubyEnumerator(Iterable<E>) - Constructor for class net.sf.rubycollect4j.RubyEnumerator
Creates a RubyEnumerator by given Iterable.
RubyFile - Class in net.sf.rubycollect4j
RubyFile implements parts of the methods refer to the File class of Ruby.
RubyHash<K,V> - Class in net.sf.rubycollect4j
RubyHash implements all methods refer to the Hash class of Ruby language.
RubyHash() - Constructor for class net.sf.rubycollect4j.RubyHash
Creates a RubyHash.
RubyHash(LinkedHashMap<K, V>) - Constructor for class net.sf.rubycollect4j.RubyHash
Creates a RubyHash by given LinkedHashMap.
RubyHash(Map<K, V>) - Constructor for class net.sf.rubycollect4j.RubyHash
Creates a RubyHash by given Map.
RubyIO - Class in net.sf.rubycollect4j
RubyIO implements part of the methods refer to the IO class of Ruby.
RubyIO(File, RubyIO.Mode) - Constructor for class net.sf.rubycollect4j.RubyIO
Creates a RubyIO by given File and Mode.
RubyIO.Mode - Enum in net.sf.rubycollect4j
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.
RubyKernel - Class in net.sf.rubycollect4j
RubyKernel mimics the useful Ruby p method by wrapping the Java System.out.println method.
RubyLazyEnumerator<E> - Class in net.sf.rubycollect4j
RubyLazyEnumerator implements most of the methods refer to the Enumerator::Lazy class of Ruby language.
RubyLazyEnumerator(Iterable<E>) - Constructor for class net.sf.rubycollect4j.RubyLazyEnumerator
Creates a RubyLazyEnumerator by given Iterable.
RubyObject - Class in net.sf.rubycollect4j
RubyObject provides the general methods of Ruby objects.
RubyRange<E> - Class in net.sf.rubycollect4j
RubyRange is inspired by the Range class of Ruby.
RubyRange(Successive<E>, E, E) - Constructor for class net.sf.rubycollect4j.RubyRange
Creates a RubyRange of given elements.
RubySet<E> - Class in net.sf.rubycollect4j
RubySet implements all methods refer to the Set class of Ruby language.
RubySet() - Constructor for class net.sf.rubycollect4j.RubySet
Creates a RubySet.
RubySet(LinkedHashSet<E>) - Constructor for class net.sf.rubycollect4j.RubySet
Creates a RubySet by given LinkedHashSet.
RubySet(Iterable<E>) - Constructor for class net.sf.rubycollect4j.RubySet
Creates a RubySet by given Set.
RubyString - Class in net.sf.rubycollect4j
RubyString implements all methods refer to the String class of Ruby language.
RubyString() - Constructor for class net.sf.rubycollect4j.RubyString
Returns a RubyString with an empty String as default value.
RubyString(Object) - Constructor for class net.sf.rubycollect4j.RubyString
Returns a RubyString with calling Object.toString() on given Object as default value.
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