- 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
-
- 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(Iterable<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.FindAllIterable
-
- FindAllIterator<E> - Class in net.sf.rubycollect4j.iter
-
- FindAllIterator(Iterator<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.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
-
- flatten(int) - Method in class net.sf.rubycollect4j.RubyArray
-
- flatten() - Method in class net.sf.rubycollect4j.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(Iterable<? extends E>, TransformBlock<? super E, ? extends List<? extends S>>) - Constructor for class net.sf.rubycollect4j.iter.FlattenIterable
-
- FlattenIterator<E,S> - Class in net.sf.rubycollect4j.iter
-
- FlattenIterator(Iterator<? extends E>, TransformBlock<? super E, ? extends List<? extends S>>) - Constructor for class net.sf.rubycollect4j.iter.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
-
- foreach(String) - Static method in class net.sf.rubycollect4j.RubyIO
-
- 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
-
- freeze() - Method in class net.sf.rubycollect4j.RubyHash
-
- freeze() - Method in class net.sf.rubycollect4j.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
-
- frozenʔ() - Method in class net.sf.rubycollect4j.RubyHash
-
- frozenʔ() - Method in class net.sf.rubycollect4j.RubySet
-
- futureʔ() - Method in class net.sf.rubycollect4j.RubyDate
-
Checks if this
RubyDate
represents a future time.