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 

M

map() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
map(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
map(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
map() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
map(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
map(String, Object...) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
map() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
map(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
map(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
map() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
map(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
map(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
map(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
map() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
map(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
map(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
mapǃ(TransformBlock<? super E, ? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
mapǃ(String, Object...) - Method in class net.sf.rubycollect4j.RubyArray
mapǃ(TransformBlock<? super E, ? extends E>) - Method in class net.sf.rubycollect4j.RubySet
mapǃ(String, Object...) - Method in class net.sf.rubycollect4j.RubySet
match(String) - Method in class net.sf.rubycollect4j.RubyString
Converts regex to a Pattern, then invokes its match method on str.
match(String, int) - Method in class net.sf.rubycollect4j.RubyString
Converts regex to a Pattern, then invokes its match method on str.
max() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the max element.
max(Comparator<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the max element compared by the Comparator.
max() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
max(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
max() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
max(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
maxBy() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
maxBy() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
maxBy() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
maxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the max element for outputs transformed by the block and compared by the Comparator.
maxBy(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the max element for outputs transformed by the block.
maxBy(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the max element for outputs invoked by given method name.
maxBy() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
maxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
maxBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
maxBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
maxBy(Comparator<? super S>, EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
maxBy(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
maxBy() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
maxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
maxBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
maxBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
memberʔ(E) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
memberʔ(E) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
memberʔ(E) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
memberʔ(E) - Method in class net.sf.rubycollect4j.RubyRange
 
merge(Map<? extends K, ? extends V>) - Method in class net.sf.rubycollect4j.RubyHash
Merges any Map with self and puts into a new RubyHash.
merge(Map<K, V>, EntryMergeBlock<? super K, V>) - Method in class net.sf.rubycollect4j.RubyHash
Merges any Map with self and puts into a new RubyHash.
merge(Iterable<E>) - Method in class net.sf.rubycollect4j.RubySet
Merges the elements of the given Iterable to the set and returns self.
mergeǃ(Map<? extends K, ? extends V>) - Method in class net.sf.rubycollect4j.RubyHash
Merges any Map into self.
mergeǃ(Map<? extends K, ? extends V>, EntryMergeBlock<? super K, V>) - Method in class net.sf.rubycollect4j.RubyHash
Merges any Map into self.
millisecond() - Method in class net.sf.rubycollect4j.RubyDate
Returns the millisecond of this RubyDate.
milliseconds() - Method in class net.sf.rubycollect4j.RubyDate.DateShifter
Shifts the time by milliseconds.
min() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min element.
min(Comparator<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min element for outputs compared by the Comparator.
min() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
min(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
min() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
min(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minBy() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
minBy() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
minBy() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
minBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min element for outputs transformed by the block and compared by the Comparator.
minBy(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min element for outputs transformed by the block.
minBy(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds min element for outputs invoked by given method name.
minBy() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
minBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minBy(Comparator<? super S>, EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
minBy(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
minBy() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
minBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minmax() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min and max elements.
minmax(Comparator<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min and max elements for outputs compared by the Comparator.
minmax() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minmax(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minmax() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minmax(Comparator<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minmaxBy() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator of elements.
minmaxBy() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator of elements.
minmaxBy() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator of elements.
minmaxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min and max elements for outputs transformed by the block and compared by the Comparator.
minmaxBy(TransformBlock<? super E, ? extends S>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min and max elements for outputs transformed by the block.
minmaxBy(String, Object...) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Finds the min and max elements for outputs invoked by given method name.
minmaxBy() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator of elements.
minmaxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minmaxBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minmaxBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
minmaxBy(Comparator<? super S>, EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
minmaxBy(EntryTransformBlock<? super K, ? super V, ? extends S>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
minmaxBy() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator of elements.
minmaxBy(Comparator<? super S>, TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minmaxBy(TransformBlock<? super E, ? extends S>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minmaxBy(String, Object...) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
minus(Collection<? extends E>) - Method in class net.sf.rubycollect4j.RubyArray
Eliminates all elements from other Collection and puts the result into a new RubyArray.
minus(int) - Method in class net.sf.rubycollect4j.RubyDate
Decreases an interval of time to a date by the RubyDate.DateShifter.
minute() - Method in class net.sf.rubycollect4j.RubyDate
Returns the minute of this RubyDate.
minutes() - Method in class net.sf.rubycollect4j.RubyDate.DateShifter
Shifts the time by minutes.
mkdir(String) - Static method in class net.sf.rubycollect4j.RubyDir
Creates a directory.
mode - Variable in class net.sf.rubycollect4j.RubyIO
 
month() - Method in class net.sf.rubycollect4j.RubyDate
Returns the month(1-12) of this RubyDate.
months() - Method in class net.sf.rubycollect4j.RubyDate.DateShifter
Shifts the time by months.
mtime() - Method in class net.sf.rubycollect4j.RubyFile
Returns the last modified Data of the file.
multiply(int) - Method in class net.sf.rubycollect4j.RubyArray
Multiplies this RubyArray by n times.
multiply(String) - Method in class net.sf.rubycollect4j.RubyArray
Equivalent to RubyArray.join(String).
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