- includeʔ(E) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Checks if target element is included.
- includeʔ(E) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- includeʔ(E) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- includeʔ(E) - Method in class net.sf.rubycollect4j.RubyRange
-
- includeʔ(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns true if str contains the given string.
- index(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Finds the first index of an element which gets true returned by the block.
- index(E) - Method in class net.sf.rubycollect4j.RubyArray
-
Finds the index of an element.
- index(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the index of the first occurrence of the given substring in str.
- index(String, int) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the index of the first occurrence of the given substring in str.
- index(Pattern) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the index of the first occurrence of the given Pattern in str.
- index(Pattern, int) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the index of the first occurrence of the given Pattern in str by an
offset.
- indexOf(Object) - Method in class net.sf.rubycollect4j.RubyArray
-
- inject(ReduceBlock<E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Assigns the first element as the initial value.
- inject(I, WithInitBlock<? super E, I>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Reduces each element with block, then assigns the result back to initial
value and so on.
- inject(I, String) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Reduces each element with initial value by a method of S, then assigns
the result back to initial value and so on.
- inject(String) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Assigns the first element as the initial value.
- inject(ReduceBlock<E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- inject(I, WithInitBlock<? super E, I>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- inject(I, String) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- inject(String) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- inject(ReduceBlock<E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- inject(I, WithInitBlock<? super E, I>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- inject(I, String) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- inject(String) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- insert(int, E...) - Method in class net.sf.rubycollect4j.RubyArray
-
Starts to insert elements to this
RubyArray
from given index.
- insert(int, String) - Method in class net.sf.rubycollect4j.RubyString
-
Inserts otherStr before the character at the given index, modifying str.
- inspect() - Method in class net.sf.rubycollect4j.RubyArray
-
- inspect() - Method in class net.sf.rubycollect4j.RubyHash
-
- inspect() - Method in class net.sf.rubycollect4j.RubyRange
-
- inspect() - Method in class net.sf.rubycollect4j.RubySet
-
- inspect() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a printable version of str, surrounded by quote marks, with special
characters escaped.
- IntegerSuccessor - Class in net.sf.rubycollect4j.succ
-
- intersection(Collection<? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Puts all common elements into a new
RubyArray
.
- intersection(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
-
Returns a new set containing elements common to the set and the given
Iterable.
- intersectʔ(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
-
Returns true if the set and the given Iterable have at least one element in
common.
- invert() - Method in class net.sf.rubycollect4j.RubyHash
-
Creates an inverted
RubyHash
which gets the reversed value-key
entries based on this
RubyHash
.
- isBlank(String) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a String is null or blank(only white-spaces).
- isBlank(Iterable<?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if an Iterable is null or empty.
- isBlank(Map<?, ?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a Map is null or empty.
- isBlank(RubyHash<?, ?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
- isBlank(Boolean) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a Boolean is null or false.
- isBlank(Object) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if an Object is null.
- isEmpty() - Method in class net.sf.rubycollect4j.RubyArray
-
- isEmpty() - Method in class net.sf.rubycollect4j.RubyHash
-
- isEmpty() - Method in class net.sf.rubycollect4j.RubySet
-
- isEmpty() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- isEmpty() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- isEmpty() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- isEmpty() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
-
- isNotBlank(String) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a String is not null or blank(only white-spaces).
- isNotBlank(Iterable<?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if an Iterable is not null or empty.
- isNotBlank(Map<?, ?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a Map is not null or empty.
- isNotBlank(RubyHash<?, ?>) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a
RubyHash
is not null or empty.
- isNotBlank(Boolean) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if a Boolean is not null or false.
- isNotBlank(Object) - Static method in class net.sf.rubycollect4j.RubyCollections
-
Checks if an Object is not null.
- isReadable() - Method in enum net.sf.rubycollect4j.RubyIO.Mode
-
Checks if it is readable.
- isWidthAdjustable() - Method in enum net.sf.rubycollect4j.packer.Directive
-
Returns true if the length of packed String is adjustable, false otherwise.
- isWritable() - Method in enum net.sf.rubycollect4j.RubyIO.Mode
-
Checks if it is Writable.
- iterator() - Method in class net.sf.rubycollect4j.iter.ChunkIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.CombinationIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.ComparableEntryIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.CycleIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.DropIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.DropWhileIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachConsIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachIndexIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachLineIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachSliceIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachWithIndexIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.EachWithObjectIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.FindAllIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.FlattenIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.GrepIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.PermutationIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.ProductIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.RangeIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.RejectIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.RepeatedCombinationIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.RepeatedPermutationIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.ReverseEachIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.SliceBeforeIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.StepIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.TakeIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.TakeWhileIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.TransformIterable
-
- iterator() - Method in class net.sf.rubycollect4j.iter.ZipIterable
-
- iterator() - Method in class net.sf.rubycollect4j.RubyArray
-
- iterator() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- iterator() - Method in class net.sf.rubycollect4j.RubyEnumerator
-
- iterator() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- iterator() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- iterator() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- iterator() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
-