- capitalize() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of
RubyString
with the first character converted to
uppercase and the remainder to lowercase.
- capitalizeǃ() - Method in class net.sf.rubycollect4j.RubyString
-
Modifies
RubyString
by converting the first character to uppercase
and the remainder to lowercase.
- casecmp(CharSequence) - Method in class net.sf.rubycollect4j.RubyString
-
- cast(Object) - Method in enum net.sf.rubycollect4j.packer.Directive
-
Casts an Object to corresponding Byte, Short, Integer or Long if the Object
is a Number, Boolean or Character.
- center(int) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a new
RubyString
of length width with str centered and
padded with spaces.
- center(int, String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a new
RubyString
of length width with str centered and
padded with padstr.
- change(Map<RubyDate.DateField, Integer>) - Method in class net.sf.rubycollect4j.RubyDate
-
Returns a new
RubyDate
where one or more of the elements have been
changed according to the options parameter.
- CharacterSuccessor - Class in net.sf.rubycollect4j.succ
-
- charAt(int) - Method in class net.sf.rubycollect4j.RubyString
-
- charAt(int) - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
-
- chmod(int, String...) - Static method in class net.sf.rubycollect4j.RubyFile
-
Changes the permission mode of files.
- chomp() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a new
RubyString
with the line separator removed from the
end of str.
- chomp(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a new
RubyString
with the given line separator removed from
the end of str.
- chompǃ() - Method in class net.sf.rubycollect4j.RubyString
-
Modifies str in place as described for
RubyString.chomp()
, returning str, or
null if no modifications were made.
- chompǃ(String) - Method in class net.sf.rubycollect4j.RubyString
-
Modifies str in place as described for
RubyString.chomp()
, returning str, or
null if no modifications were made.
- chop() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a new
RubyString
with the last character removed.
- chopǃ() - Method in class net.sf.rubycollect4j.RubyString
-
Processes str as for
RubyString.chop()
, returning str, or null if str is the
empty string.
- chr() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a one-character string at the beginning of the string.
- chunk(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Chunks elements into entries.
- chunk(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Chunks elements into entries.
- chunk(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Chunks elements into entries.
- chunk(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Chunks elements into entries.
- chunk(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Chunks elements into entries.
- chunk(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Chunks elements into entries.
- chunk(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Chunks elements into entries.
- chunk(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Chunks elements into entries.
- chunk(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- chunk(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Chunks elements into entries.
- chunk(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Chunks elements into entries.
- ChunkIterable<E,K> - Class in net.sf.rubycollect4j.iter
-
ChunkIterable
transforms elements first, and then puts the original
elements together if elements which are next to each others have the same
transformed value.
- ChunkIterable(Iterable<? extends E>, TransformBlock<? super E, ? extends K>) - Constructor for class net.sf.rubycollect4j.iter.ChunkIterable
-
- ChunkIterator<E,K> - Class in net.sf.rubycollect4j.iter
-
ChunkIterator
transforms elements first, and then puts the original
elements together if elements which are next to each others have the same
transformed value.
- ChunkIterator(Iterator<? extends E>, TransformBlock<? super E, ? extends K>) - Constructor for class net.sf.rubycollect4j.iter.ChunkIterator
-
- classify(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubySet
-
Classifies the set by the return value of the given block and returns a
RubyHash
of {S value => RubySet<E>} pairs.
- clear() - Method in class net.sf.rubycollect4j.RubyArray
-
- clear() - Method in class net.sf.rubycollect4j.RubyHash
-
- clear() - Method in class net.sf.rubycollect4j.RubySet
-
- clear() - Method in class net.sf.rubycollect4j.RubyString
-
Makes string empty.
- clear() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- clear() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- clear() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- clear() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
-
- close() - Method in class net.sf.rubycollect4j.RubyIO
-
Closes this IO.
- codepoints() - Method in class net.sf.rubycollect4j.RubyString
-
Returns a
RubyArray
of the Integer ordinals of the characters in
str.
- collect() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- collect(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Transforms each element by the block.
- collect(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Transforms each element by given method.
- collect() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- collect(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Transforms each element by the block.
- collect(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Transforms each element by given method.
- collect() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- collect(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Transforms each element by the block.
- collect(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Transforms each element by given method.
- collect() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- collect(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Transforms each element by the block.
- collect(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Transforms each element by given method.
- collect(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- collect() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- collect(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Transforms each element by the block.
- collect(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Transforms each element by given method.
- collectConcat() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- collectConcat(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Turns each element into a List and then flattens it.
- collectConcat() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- collectConcat(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Turns each element into a List and then flattens it.
- collectConcat() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- collectConcat(TransformBlock<? super E, ? extends List<? extends S>>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Turns each element into a List and then flattens it.
- collectConcat() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- collectConcat(TransformBlock<? super E, ? extends List<? extends S>>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Turns each element into a List and then flattens it.
- collectConcat(EntryTransformBlock<? super K, ? super V, ? extends List<S>>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- collectConcat() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- collectConcat(TransformBlock<? super E, ? extends List<? extends S>>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Turns each element into a List and then flattens it.
- collectǃ(TransformBlock<? super E, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Transforms each element in self.
- collectǃ(String, Object...) - Method in class net.sf.rubycollect4j.RubyArray
-
Transforms each element by given method name in self.
- collectǃ(TransformBlock<? super E, ? extends E>) - Method in class net.sf.rubycollect4j.RubySet
-
- collectǃ(String, Object...) - Method in class net.sf.rubycollect4j.RubySet
-
Transforms each element by given method name in self.
- combination(int) - Method in class net.sf.rubycollect4j.RubyArray
-
Generates all combinations with length n of this
RubyArray
.
- combination(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyArray
-
Generates all combinations of length n with elements of this
RubyArray
and yields them with a block.
- CombinationIterable<E> - Class in net.sf.rubycollect4j.iter
-
- CombinationIterable(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.CombinationIterable
-
- CombinationIterator<E> - Class in net.sf.rubycollect4j.iter
-
- CombinationIterator(List<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.CombinationIterator
-
- compact() - Method in class net.sf.rubycollect4j.RubyArray
-
Removes all null elements and puts the rest into a new
RubyArray
.
- compactǃ() - Method in class net.sf.rubycollect4j.RubyArray
-
- ComparableEntry<K,V> - Class in net.sf.rubycollect4j.util
-
- ComparableEntry(K, V) - Constructor for class net.sf.rubycollect4j.util.ComparableEntry
-
- ComparableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class net.sf.rubycollect4j.util.ComparableEntry
-
- ComparableEntryIterable<K,V> - Class in net.sf.rubycollect4j.iter
-
- ComparableEntryIterable(Iterable<? extends Map.Entry<? extends K, ? extends V>>) - Constructor for class net.sf.rubycollect4j.iter.ComparableEntryIterable
-
- ComparableEntryIterator<K,V> - Class in net.sf.rubycollect4j.iter
-
- ComparableEntryIterator(Iterator<? extends Map.Entry<? extends K, ? extends V>>) - Constructor for class net.sf.rubycollect4j.iter.ComparableEntryIterator
-
- compare(Character, Character) - Method in class net.sf.rubycollect4j.succ.CharacterSuccessor
-
- compare(Date, Date) - Method in class net.sf.rubycollect4j.succ.DateSuccessor
-
- compare(Double, Double) - Method in class net.sf.rubycollect4j.succ.DoubleSuccessor
-
- compare(Integer, Integer) - Method in class net.sf.rubycollect4j.succ.IntegerSuccessor
-
- compare(Long, Long) - Method in class net.sf.rubycollect4j.succ.LongSuccessor
-
- compare(String, String) - Method in class net.sf.rubycollect4j.succ.StringSuccessor
-
- compare(E, E) - Method in class net.sf.rubycollect4j.util.TryComparator
-
- compareByIdentity() - Method in class net.sf.rubycollect4j.RubyHash
-
Turns this
RubyHash
to compare each elements by their identities
instead of their equalities.
- comparedByIdentityʔ() - Method in class net.sf.rubycollect4j.RubyHash
-
Returns whether this
RubyHash
is compared by identity.
- compareTo(List<E>) - Method in class net.sf.rubycollect4j.RubyArray
-
- compareTo(Set<E>) - Method in class net.sf.rubycollect4j.RubySet
-
- compareTo(CharSequence) - Method in class net.sf.rubycollect4j.RubyString
-
- compareTo(Map.Entry<? extends K, ? extends V>) - Method in class net.sf.rubycollect4j.util.ComparableEntry
-
- concat(Collection<? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Appends all elements of other Collection in this
RubyArray
.
- concat(int) - Method in class net.sf.rubycollect4j.RubyString
-
Appends the given codepoint as a character to str.
- concat(Object) - Method in class net.sf.rubycollect4j.RubyString
-
Appends the given object to str.
- contains(Object) - Method in class net.sf.rubycollect4j.RubyArray
-
- contains(Object) - Method in class net.sf.rubycollect4j.RubySet
-
- contains(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- contains(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- contains(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
-
- containsAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubyArray
-
- containsAll(Collection<?>) - Method in class net.sf.rubycollect4j.RubySet
-
- containsAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- containsAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- containsAll(Collection<?>) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
-
- containsKey(Object) - Method in class net.sf.rubycollect4j.RubyHash
-
- containsKey(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- containsValue(Object) - Method in class net.sf.rubycollect4j.RubyHash
-
- containsValue(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- copyOf(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyArray
-
Returns a
RubyArray
which copies the elements of given Iterable.
- copyOf(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyEnumerator
-
- copyOf(Map<K, V>) - Static method in class net.sf.rubycollect4j.RubyHash
-
Returns a
RubyHash
which copies the elements of given Map.
- copyOf(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- copyOf(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubySet
-
Returns a
RubySet
which copies the elements of given Iterable.
- count(E) - Method in class net.sf.rubycollect4j.RubyArray
-
Returns a total number of the target element in this
RubyArray
.
- count() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Counts the elements.
- count(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Counts the elements which are true returned by the block.
- count() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- count(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- count(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- count() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- count(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- count(String, String...) - Method in class net.sf.rubycollect4j.RubyString
-
Each charSet parameter defines a set of characters to count.
- coverʔ(E) - Method in class net.sf.rubycollect4j.RubyRange
-
- crypt(String) - Method in class net.sf.rubycollect4j.RubyString
-
Applies a one-way cryptographic hash to str by invoking the
MessageDigest(MD5) with the given salt string.
- current() - Static method in class net.sf.rubycollect4j.RubyDate
-
- cycle() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Generates a sequence from first element to last element and so on
infinitely.
- cycle(int) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Generates a sequence from first element to last element, repeat n times.
- cycle() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Generates a sequence from first element to last element and so on
infinitely.
- cycle(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Generates a sequence from first element to last element, repeat n times.
- cycle() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Generates a sequence from first element to last element and so on
infinitely.
- cycle(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Generates a sequence from first element to last element, repeat n times.
- cycle(int, Block<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Generates a sequence from start element to end element, repeat n times.
- cycle(Block<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Generates a sequence from start element to end element and so on
infinitely.
- cycle() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Generates a sequence from first element to last element and so on
infinitely.
- cycle(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Generates a sequence from first element to last element, repeat n times.
- cycle(int, Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- cycle(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- cycle(EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- cycle(int, EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- cycle() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Generates a sequence from first element to last element and so on
infinitely.
- cycle(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Generates a sequence from first element to last element, repeat n times.
- cycle(int, Block<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- cycle(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- CycleIterable<E> - Class in net.sf.rubycollect4j.iter
-
- CycleIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.CycleIterable
-
- CycleIterable(Iterable<E>, int) - Constructor for class net.sf.rubycollect4j.iter.CycleIterable
-
- CycleIterator<E> - Class in net.sf.rubycollect4j.iter
-
- CycleIterator(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.CycleIterator
-
- CycleIterator(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.CycleIterator
-