- each() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- each(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Yields each element to the block.
- each() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- each(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Yields each element to the block.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
-
Yields each element to the block.
- each() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- each(Block<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Yields each element to the block.
- each() - Method in class net.sf.rubycollect4j.RubyDir
-
- each(Block<? super String>) - Method in class net.sf.rubycollect4j.RubyDir
-
Yields each entry to the given block.
- each() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Yields each element to the block.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerator
-
Yields each element to the block.
- each(EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
- each() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Yields each element to the block.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyRange
-
Yields each element to the block.
- each(Block<? super E>) - Method in class net.sf.rubycollect4j.RubySet
-
Yields each element to the block.
- eachByte() - Method in class net.sf.rubycollect4j.RubyString
-
- eachByte(Block<Byte>) - Method in class net.sf.rubycollect4j.RubyString
-
Passes each byte in str to the given block.
- eachChar() - Method in class net.sf.rubycollect4j.RubyString
-
- eachChar(Block<String>) - Method in class net.sf.rubycollect4j.RubyString
-
Passes each character in str to the given block.
- eachCodepoint() - Method in class net.sf.rubycollect4j.RubyString
-
- eachCodepoint(Block<Integer>) - Method in class net.sf.rubycollect4j.RubyString
-
Passes each codepoint in str to the given block.
- eachCons(int) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Iterates each element and puts the element with n - 1 consecutive
elements into a
RubyArray
.
- eachCons(int, Block<? super RubyArray<E>>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
- eachCons(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Iterates each element and puts the element with n - 1 consecutive
elements into a
RubyArray
.
- eachCons(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates each element and puts the element with n - 1 consecutive
elements into a
RubyArray
.
- eachCons(int, Block<? super RubyArray<E>>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates each element and yields the element with n - 1 consecutive
elements to the block.
- eachCons(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Iterates each element and puts the element with n - 1 consecutive
elements into a
RubyArray
.
- eachCons(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- eachCons(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Iterates each element and puts the element with n - 1 consecutive
elements into a
RubyArray
.
- eachCons(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- EachConsIterable<E> - Class in net.sf.rubycollect4j.iter
-
- EachConsIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachConsIterable
-
- EachConsIterator<E> - Class in net.sf.rubycollect4j.iter
-
- EachConsIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachConsIterator
-
- eachEntry() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Returns an enumerator of elements.
- eachEntry(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Yields each element to the block.
- eachEntry() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Returns an enumerator of elements.
- eachEntry(Block<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Yields each element to the block.
- eachEntry() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Returns an enumerator of elements.
- eachEntry(Block<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Yields each element to the block.
- eachEntry() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Returns an enumerator of elements.
- eachEntry(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Yields each element to the block.
- eachEntry(EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
An adapter method.
- eachEntry() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Returns an enumerator of elements.
- eachEntry(Block<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Yields each element to the block.
- eachIndex() - Method in class net.sf.rubycollect4j.RubyArray
-
- eachIndex(Block<Integer>) - Method in class net.sf.rubycollect4j.RubyArray
-
Yields each index of elements to the block.
- EachIndexIterable<E> - Class in net.sf.rubycollect4j.iter
-
- EachIndexIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachIndexIterable
-
- EachIndexIterator<E> - Class in net.sf.rubycollect4j.iter
-
- EachIndexIterator(Iterator<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachIndexIterator
-
- eachKey() - Method in class net.sf.rubycollect4j.RubyHash
-
- eachKey(Block<? super K>) - Method in class net.sf.rubycollect4j.RubyHash
-
Yields each key to given block.
- eachLine() - Method in class net.sf.rubycollect4j.RubyIO
-
- eachLine() - Method in class net.sf.rubycollect4j.RubyString
-
- eachLine(Block<String>) - Method in class net.sf.rubycollect4j.RubyString
-
Passes each line in str to the given block.
- eachLine(String) - Method in class net.sf.rubycollect4j.RubyString
-
- eachLine(String, Block<String>) - Method in class net.sf.rubycollect4j.RubyString
-
Passes each line by given separator in str to the given block.
- EachLineIterable - Class in net.sf.rubycollect4j.iter
-
- EachLineIterable(File) - Constructor for class net.sf.rubycollect4j.iter.EachLineIterable
-
- EachLineIterator - Class in net.sf.rubycollect4j.iter
-
- EachLineIterator(File) - Constructor for class net.sf.rubycollect4j.iter.EachLineIterator
-
- eachPair() - Method in class net.sf.rubycollect4j.RubyHash
-
- eachPair(EntryBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
- eachSlice(int) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Slices elements into
RubyArray
s with length n.
- eachSlice(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Slices elements into
RubyArray
s with length n.
- eachSlice(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Slices elements into
RubyArray
s with length n.
- eachSlice(int, Block<? super RubyArray<E>>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Slices elements into
RubyArray
s with length n and yield them to
the block.
- eachSlice(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Slices elements into
RubyArray
s with length n.
- eachSlice(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- eachSlice(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Slices elements into
RubyArray
s with length n.
- eachSlice(int, Block<? super RubyArray<E>>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- EachSliceIterable<E> - Class in net.sf.rubycollect4j.iter
-
- EachSliceIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachSliceIterable
-
- EachSliceIterator<E> - Class in net.sf.rubycollect4j.iter
-
- EachSliceIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachSliceIterator
-
- eachValue() - Method in class net.sf.rubycollect4j.RubyHash
-
- eachValue(Block<? super V>) - Method in class net.sf.rubycollect4j.RubyHash
-
Yields each value to given block.
- eachWithIndex() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Iterates elements with their indices by Entry.
- eachWithIndex(WithIndexBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Iterates elements with their indices and yields them to the block.
- eachWithIndex() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Iterates elements with their indices by Entry.
- eachWithIndex(WithIndexBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Iterates elements with their indices and yields them to the block.
- eachWithIndex() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates elements with their indices by Entry.
- eachWithIndex(WithIndexBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates elements with their indices and yields them to the block.
- eachWithIndex() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Iterates elements with their indices by Entry.
- eachWithIndex(WithIndexBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Iterates elements with their indices and yields them to the block.
- eachWithIndex() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Iterates elements with their indices by Entry.
- eachWithIndex(WithIndexBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Iterates elements with their indices and yields them to the block.
- EachWithIndexIterable<E> - Class in net.sf.rubycollect4j.iter
-
- EachWithIndexIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachWithIndexIterable
-
- EachWithIndexIterator<E> - Class in net.sf.rubycollect4j.iter
-
- EachWithIndexIterator(Iterator<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachWithIndexIterator
-
- eachWithObject(O) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
-
Iterates elements with an object O.
- eachWithObject(O) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
-
Iterates elements with an object O.
- eachWithObject(O) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates elements with an object O.
- eachWithObject(O, WithObjectBlock<? super E, ? super O>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
Iterates elements with an object O and yield them to the block.
- eachWithObject(O) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
Iterates elements with an object O.
- eachWithObject(O, WithObjectBlock<? super E, ? super O>) - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- eachWithObject(O) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
Iterates elements with an object O.
- eachWithObject(O, WithObjectBlock<? super E, ? super O>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- EachWithObjectIterable<E,O> - Class in net.sf.rubycollect4j.iter
-
- EachWithObjectIterable(Iterable<? extends E>, O) - Constructor for class net.sf.rubycollect4j.iter.EachWithObjectIterable
-
- EachWithObjectIterator<E,O> - Class in net.sf.rubycollect4j.iter
-
- EachWithObjectIterator(Iterator<? extends E>, O) - Constructor for class net.sf.rubycollect4j.iter.EachWithObjectIterator
-
- emptyʔ() - Method in class net.sf.rubycollect4j.RubyArray
-
- emptyʔ() - Method in class net.sf.rubycollect4j.RubyHash
-
- emptyʔ() - Method in class net.sf.rubycollect4j.RubySet
-
Returns true if the set contains no elements.
- emptyʔ() - Method in class net.sf.rubycollect4j.RubyString
-
Returns true if str has a length of zero.
- encode(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str transcoded to encoding encoding.
- encode(String, String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns a copy of str transcoded from srcEncoding to dstEncoding.
- encodeǃ(String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the str transcoded to encoding encoding.
- encodeǃ(String, String) - Method in class net.sf.rubycollect4j.RubyString
-
Returns the str transcoded from srcEncoding to dstEncoding.
- encoding() - Method in class net.sf.rubycollect4j.RubyString
-
Returns UTF-8 Charset.
- end() - Method in class net.sf.rubycollect4j.RubyRange
-
- endOfDay() - Method in class net.sf.rubycollect4j.RubyDate
-
- endOfMonth() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns a new
RubyDate
with time set to the end of month based on
this
RubyDate
.
- endOfQuarter() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns a new
RubyDate
representing the end of the quarter (last
day of march, june, september, december).
- endOfWeek() - Method in class net.sf.rubycollect4j.RubyDate
-
- endOfYear() - Method in class net.sf.rubycollect4j.RubyDate
-
Returns a new
RubyDate
representing the end of the year.
- endWithʔ(String, String...) - Method in class net.sf.rubycollect4j.RubyString
-
Returns true if str ends with one of the suffixes given.
- entries() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
-
- entries(String) - Static method in class net.sf.rubycollect4j.RubyDir
-
- entries() - Method in class net.sf.rubycollect4j.RubyEnumerable
-
- entries() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
-
- EntryBlock<K,V> - Interface in net.sf.rubycollect4j.block
-
An interface for lambda expression to yield the key and value of a Map Entry.
- EntryBooleanBlock<K,V> - Interface in net.sf.rubycollect4j.block
-
An interface for lambda expression to yield the key and value of a Map Entry
and return a boolean value.
- EntryMergeBlock<K,V> - Interface in net.sf.rubycollect4j.block
-
An interface for lambda expression to yield the key and values of 2 Map
entries and return one of the values.
- entrySet() - Method in class net.sf.rubycollect4j.RubyHash
-
- entrySet() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- EntryTransformBlock<K,V,S> - Interface in net.sf.rubycollect4j.block
-
An interface for lambda expression to yield the key and value of a Map Entry
and transform them.
- eqlʔ(Object) - Method in class net.sf.rubycollect4j.RubyArray
-
- eqlʔ(Object) - Method in class net.sf.rubycollect4j.RubyHash
-
- eqlʔ(Object) - Method in class net.sf.rubycollect4j.RubyRange
-
- eqlʔ(Object) - Method in class net.sf.rubycollect4j.RubyString
-
Two RubyString are equal if they have the same length and content.
- equals(Object) - Method in class net.sf.rubycollect4j.RubyArray
-
- equals(Object) - Method in class net.sf.rubycollect4j.RubyHash
-
- equals(Object) - Method in class net.sf.rubycollect4j.RubyRange
-
- equals(Object) - Method in class net.sf.rubycollect4j.RubySet
-
- equals(Object) - Method in class net.sf.rubycollect4j.RubyString
-
- equals(Object) - Method in class net.sf.rubycollect4j.succ.DoubleSuccessor
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.ComparableEntry
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
-
- equals(Object) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
-
- exclusive(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
-
Returns a new set containing elements exclusive between the set and the
given Iterable.
- executableʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Checks if a file is executable.
- existsʔ(String) - Static method in class net.sf.rubycollect4j.RubyDir
-
Checks if the file is a directory.
- existsʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
- existʔ(String) - Static method in class net.sf.rubycollect4j.RubyDir
-
Checks if the file is a directory.
- existʔ(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Checks if a file existed.
- expandPath(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Returns the absolute path of the file.
- expandPath(String, String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Returns the expanded path by given paths.
- extname(String) - Static method in class net.sf.rubycollect4j.RubyFile
-
Returns the extension name of the file.