A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

E

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
Creates a RubyEnumerator of entries of this 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
Returns a RubyEnumerator of each byte in str.
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
Returns a RubyEnumerator of each character in str.
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
Returns a RubyEnumerator of each codepoint in str.
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 iterates each element by a window of size n.
EachConsIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachConsIterable
Creates an EachConsIterable.
EachConsIterator<E> - Class in net.sf.rubycollect4j.iter
EachConsIterator iterates each element by a window of size n.
EachConsIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachConsIterator
Creates an 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
Returns a RubyEnumerator of this 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 iterates indices of elements instead of elements itself.
EachIndexIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachIndexIterable
Creates an EachIndexIterable.
EachIndexIterator<E> - Class in net.sf.rubycollect4j.iter
EachIndexIterator iterates indices of elements instead of elements itself.
EachIndexIterator(Iterator<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachIndexIterator
Creates an EachIndexIterator.
eachKey() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of keys of this 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
Returns a RubyEnumerator of lines in the file.
eachLine() - Method in class net.sf.rubycollect4j.RubyString
Returns a RubyEnumerator of each line in str.
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
Returns a RubyEnumerator of each line by given separator in str.
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 iterates a File line by line.
EachLineIterable(File) - Constructor for class net.sf.rubycollect4j.iter.EachLineIterable
Creates an EachLineIterable.
EachLineIterator - Class in net.sf.rubycollect4j.iter
EachLineIterator iterates a File line by line.
EachLineIterator(File) - Constructor for class net.sf.rubycollect4j.iter.EachLineIterator
Creates an EachLineIterator.
eachPair() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of entries this 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 RubyArrays with length n.
eachSlice(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Slices elements into RubyArrays with length n.
eachSlice(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Slices elements into RubyArrays with length n.
eachSlice(int, Block<? super RubyArray<E>>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Slices elements into RubyArrays with length n and yield them to the block.
eachSlice(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
Slices elements into RubyArrays 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 RubyArrays 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 iterates each element by a window of size n.
EachSliceIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachSliceIterable
Creates an EachSliceIterable.
EachSliceIterator<E> - Class in net.sf.rubycollect4j.iter
EachSliceIterator iterates each element by a window of size n.
EachSliceIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.EachSliceIterator
Creates an EachSliceIterator.
eachValue() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of values of this 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 iterates each element with its index.
EachWithIndexIterable(Iterable<? extends E>) - Constructor for class net.sf.rubycollect4j.iter.EachWithIndexIterable
EachWithIndexIterator<E> - Class in net.sf.rubycollect4j.iter
EachWithIndexIterator iterates each element with its index.
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 iterates each element with an object.
EachWithObjectIterable(Iterable<? extends E>, O) - Constructor for class net.sf.rubycollect4j.iter.EachWithObjectIterable
EachWithObjectIterator<E,O> - Class in net.sf.rubycollect4j.iter
EachWithObjectIterator iterates each element with an object.
EachWithObjectIterator(Iterator<? extends E>, O) - Constructor for class net.sf.rubycollect4j.iter.EachWithObjectIterator
emptyʔ() - Method in class net.sf.rubycollect4j.RubyArray
Checks if this is an empty RubyArray.
emptyʔ() - Method in class net.sf.rubycollect4j.RubyHash
Checks if this RubyHash is empty.
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
Returns the end of this RubyRange.
endOfDay() - Method in class net.sf.rubycollect4j.RubyDate
Returns a new RubyDate with time set to the end of day based on this 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
Returns a new RubyDate with time set to the end of week based on this 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
Puts each element into a RubyArray.
entries(String) - Static method in class net.sf.rubycollect4j.RubyDir
Puts entries of a folder into a RubyArray.
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.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z