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 

F

fetch(int) - Method in class net.sf.rubycollect4j.RubyArray
Returns the element at an index.
fetch(int, E) - Method in class net.sf.rubycollect4j.RubyArray
Returns the element at an index.
fetch(int, Block<Integer>) - Method in class net.sf.rubycollect4j.RubyArray
Returns the element at an index.
fetch(K) - Method in class net.sf.rubycollect4j.RubyHash
Fetchs the value of the key.
fetch(K, V) - Method in class net.sf.rubycollect4j.RubyHash
Fetches the value of the key.
file - Variable in class net.sf.rubycollect4j.RubyIO
 
fileʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
Checks if path is a file.
fill(E) - Method in class net.sf.rubycollect4j.RubyArray
Fills the whole RubyArray with the element.
fill(E, int) - Method in class net.sf.rubycollect4j.RubyArray
Starts to fill this RubyArray from an index with the element.
fill(E, int, int) - Method in class net.sf.rubycollect4j.RubyArray
Starts to fill part of this RubyArray from an index with the element.
fill(TransformBlock<Integer, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
Fills the whole RubyArray with elements returned by the block.
fill(int, TransformBlock<Integer, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
Starts to fill this RubyArray from an index with elements returned by the block.
fill(int, int, TransformBlock<Integer, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
Starts to fill part of this RubyArray from an index with elements returned by the block.
find() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
find() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
find() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
find(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
find() - Method in class net.sf.rubycollect4j.RubyEnumerable
find(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
find(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
find() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
find(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
findAll() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
findAll(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Finds all elements which are true returned by the block.
findAll() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
findAll(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Finds all elements which are true returned by the block.
findAll() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
findAll(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds all elements which are true returned by the block.
findAll() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
findAll(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
Finds all elements which are true returned by the block.
findAll(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
findAll() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
findAll(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Finds all elements which are true returned by the block.
FindAllIterable<E> - Class in net.sf.rubycollect4j.iter
FindAllIterable iterates elements which are true returned by the block.
FindAllIterable(Iterable<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.FindAllIterable
Creates a FindAllIterable.
FindAllIterator<E> - Class in net.sf.rubycollect4j.iter
FindAllIterator iterates elements which are true returned by the block.
FindAllIterator(Iterator<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.FindAllIterator
Creates a FindAllIterator.
findIndex() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
findIndex() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
findIndex() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
findIndex(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns the index of first element which gets true returned by the block.
findIndex(E) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns the index of the target element.
findIndex() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
findIndex(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
findIndex(E) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
findIndex(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
findIndex() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
findIndex(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
findIndex(E) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
first() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns first element.
first(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns the first n elements.
first() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
first(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
first() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
first(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
flatMap() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
flatMap(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
flatMap() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
flatMap(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
flatMap() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
flatMap(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
flatMap() - Method in class net.sf.rubycollect4j.RubyEnumerable
flatMap(TransformBlock<? super E, ? extends List<? extends S>>) - Method in class net.sf.rubycollect4j.RubyEnumerable
flatMap(EntryTransformBlock<? super K, ? super V, ? extends List<S>>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
flatMap() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
flatMap(TransformBlock<? super E, ? extends List<? extends S>>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
flatten() - Method in class net.sf.rubycollect4j.RubyArray
Flattens this RubyArray of Lists to 1 dimensional RubyArray .
flatten(int) - Method in class net.sf.rubycollect4j.RubyArray
Flattens this RubyArray of Lists to (current - n) dimensional RubyArray.
flatten() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of entries of this RubyHash.
flatten() - Method in class net.sf.rubycollect4j.RubySet
Returns a new set that is a copy of the set, flattening each containing set recursively.
FlattenIterable<E,S> - Class in net.sf.rubycollect4j.iter
FlattenIterable iterates each element and flattens it.
FlattenIterable(Iterable<? extends E>, TransformBlock<? super E, ? extends List<? extends S>>) - Constructor for class net.sf.rubycollect4j.iter.FlattenIterable
Creates a FlattenIterable.
FlattenIterator<E,S> - Class in net.sf.rubycollect4j.iter
FlattenIterator iterates each element and flattens it.
FlattenIterator(Iterator<? extends E>, TransformBlock<? super E, ? extends List<? extends S>>) - Constructor for class net.sf.rubycollect4j.iter.FlattenIterator
Creates a FlattenIterator.
forceEncoding(String) - Method in class net.sf.rubycollect4j.RubyString
Changes the encoding to encoding and returns self.
foreach(String) - Static method in class net.sf.rubycollect4j.RubyDir
Creates a RubyEnumerator of entries of the given path.
foreach(String) - Static method in class net.sf.rubycollect4j.RubyIO
Returns a RubyEnumerator of lines in given file.
foreach(String, Block<String>) - Static method in class net.sf.rubycollect4j.RubyIO
Iterates a file line by line.
freeze() - Method in class net.sf.rubycollect4j.RubyArray
Freezes this RubyArray.
freeze() - Method in class net.sf.rubycollect4j.RubyHash
Freezes this RubyHash.
freeze() - Method in class net.sf.rubycollect4j.RubySet
Freezes this RubySet.
fromBinaryString(String) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a binary string into byte array.
fromHexString(String) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a hexadecimal string into byte array.
fromString(String) - Static method in enum net.sf.rubycollect4j.RubyIO.Mode
Retrieves a Mode from a String.
frozenʔ() - Method in class net.sf.rubycollect4j.RubyArray
Checks if this RubyArray is frozen.
frozenʔ() - Method in class net.sf.rubycollect4j.RubyHash
Checks if this RubyHash is frozen.
frozenʔ() - Method in class net.sf.rubycollect4j.RubySet
Checks if this RubySet is frozen.
futureʔ() - Method in class net.sf.rubycollect4j.RubyDate
Checks if this RubyDate represents a future time.
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