- get(int) - Method in class net.sf.rubycollect4j.RubyArray
-
- get(Object) - Method in class net.sf.rubycollect4j.RubyHash
-
- get(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- getbyte(int) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the indexth byte, or null if index was out of range.
- getDefault() - Method in class net.sf.rubycollect4j.RubyHash
-
Returns the default value of this
RubyHash
.
- getInstance() - Static method in class net.sf.rubycollect4j.succ.CharacterSuccessor
-
- getInstance() - Static method in class net.sf.rubycollect4j.succ.DateSuccessor
-
- getInstance() - Static method in class net.sf.rubycollect4j.succ.IntegerSuccessor
-
- getInstance() - Static method in class net.sf.rubycollect4j.succ.LongSuccessor
-
- getInstance() - Static method in class net.sf.rubycollect4j.succ.StringSuccessor
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyArray
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyDir
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an Iterable of elements.
- getIterable() - Method in class net.sf.rubycollect4j.RubyEnumerator
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyHash
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyRange
-
- getIterable() - Method in class net.sf.rubycollect4j.RubySet
-
- getIterable() - Method in class net.sf.rubycollect4j.RubyString
-
- getKey() - Method in class net.sf.rubycollect4j.util.ComparableEntry
-
- getKey() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
-
- getValue() - Method in class net.sf.rubycollect4j.util.ComparableEntry
-
- getValue() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
-
- glob(String) - Static method in class net.sf.rubycollect4j.RubyDir
-
Retrieves all paths of files of given url pattern.
- grep(String) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Finds all elements which are matched by the regular expression.
- grep(String, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Finds all elements which are matched by the regular expression and
transforms them.
- grep(String, String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Finds all elements which are matched by the regular expression and
invokes them by given method name.
- grep(String) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Finds all elements which are matched by the regular expression.
- grep(String, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Finds all elements which are matched by the regular expression and
transforms them.
- grep(String, String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Finds all elements which are matched by the regular expression and
invokes them by given method name.
- grep(String) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Finds all elements which are matched by the regular expression.
- grep(String, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Finds all elements which are matched by the regular expression and
transforms them.
- grep(String, String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Finds all elements which are matched by the regular expression and
invokes them by given method name.
- grep(String) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Finds all elements which are matched by the regular expression.
- grep(String, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Finds all elements which are matched by the regular expression and
transforms them.
- grep(String, String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Finds all elements which are matched by the regular expression and
invokes them by given method name.
- grep(String, EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- grep(String) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Finds all elements which are matched by the regular expression.
- grep(String, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Finds all elements which are matched by the regular expression and
transforms them.
- grep(String, String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Finds all elements which are matched by the regular expression and
invokes them by given method name.
- GrepIterable<E> - Class in net.sf.rubycollect4j.iter
-
GrepIterable
iterates elements which are matched by the regular
expression.
- GrepIterable(Iterable<? extends E>, String) - Constructor for class net.sf.rubycollect4j.iter.GrepIterable
-
- GrepIterator<E> - Class in net.sf.rubycollect4j.iter
-
GrepIterator
iterates elements which are matched by the regular
expression.
- GrepIterator(Iterator<? extends E>, String) - Constructor for class net.sf.rubycollect4j.iter.GrepIterator
-
- groupBy() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- groupBy() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- groupBy() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- groupBy(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Puts elements with the same result S returned by the block into a
Entry<S, RubyArray<E>>y of a
RubyHash
.
- groupBy(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Puts elements with the same result S invoked by given method name into a
Entry<S, RubyArray<E>>y of a
RubyHash
.
- groupBy() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- groupBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- groupBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- groupBy(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- groupBy() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- groupBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- groupBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- gsub(String, String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str with the all occurrences of pattern substituted for
the second argument.
- gsub(String, Map<String, ?>) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str with the all occurrences of pattern substituted for
the second argument.
- gsub(String, TransformBlock<String, String>) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str with the all occurrences of pattern substituted for
the second argument.
- gsub(String) - Method in class net.sf.rubycollect4j.RubyString
-
- gsubǃ(String, String) - Method in class net.sf.rubycollect4j.RubyString
-
- gsubǃ(String, TransformBlock<String, String>) - Method in class net.sf.rubycollect4j.RubyString
-
- gsubǃ(String) - Method in class net.sf.rubycollect4j.RubyString
-