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 

N

net.sf.rubycollect4j.block - package net.sf.rubycollect4j.block
 
newRubyArray() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates an empty RubyArray.
newRubyArray(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given Iterable.
newRubyArray(Iterator<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given Iterator.
newRubyArray(List<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given List.
newRubyArray(E...) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyArray by given elements.
newRubyEnumerator(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyEnumerator by given Iterable.
newRubyHash() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates an empty RubyHash.
newRubyHash(Map<K, V>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyHash by given Map.
newRubyLazyEnumerator(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubyLazyEnumerator by given Iterable.
newRubySet() - Static method in class net.sf.rubycollect4j.RubyCollections
Creates an empty RubySet.
newRubySet(Iterable<E>) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubySet by given Iterable.
newRubySet(E...) - Static method in class net.sf.rubycollect4j.RubyCollections
Creates a RubySet by given elements.
next() - Method in class net.sf.rubycollect4j.iter.ChunkIterator
 
next() - Method in class net.sf.rubycollect4j.iter.CombinationIterator
 
next() - Method in class net.sf.rubycollect4j.iter.ComparableEntryIterator
 
next() - Method in class net.sf.rubycollect4j.iter.CycleIterator
 
next() - Method in class net.sf.rubycollect4j.iter.DropIterator
 
next() - Method in class net.sf.rubycollect4j.iter.DropWhileIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachConsIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachIndexIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachLineIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachSliceIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachWithIndexIterator
 
next() - Method in class net.sf.rubycollect4j.iter.EachWithObjectIterator
 
next() - Method in class net.sf.rubycollect4j.iter.FindAllIterator
 
next() - Method in class net.sf.rubycollect4j.iter.FlattenIterator
 
next() - Method in class net.sf.rubycollect4j.iter.GrepIterator
 
next() - Method in class net.sf.rubycollect4j.iter.PermutationIterator
 
next() - Method in class net.sf.rubycollect4j.iter.ProductIterator
 
next() - Method in class net.sf.rubycollect4j.iter.RangeIterator
 
next() - Method in class net.sf.rubycollect4j.iter.RejectIterator
 
next() - Method in class net.sf.rubycollect4j.iter.RepeatedCombinationIterator
 
next() - Method in class net.sf.rubycollect4j.iter.RepeatedPermutationIterator
 
next() - Method in class net.sf.rubycollect4j.iter.ReverseEachIterator
 
next() - Method in class net.sf.rubycollect4j.iter.SliceBeforeIterator
 
next() - Method in class net.sf.rubycollect4j.iter.StepIterator
 
next() - Method in class net.sf.rubycollect4j.iter.TakeIterator
 
next() - Method in class net.sf.rubycollect4j.iter.TakeWhileIterator
 
next() - Method in class net.sf.rubycollect4j.iter.TransformIterator
 
next() - Method in class net.sf.rubycollect4j.iter.ZipIterator
 
next() - Method in class net.sf.rubycollect4j.RubyEnumerator
 
next() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
next() - Method in class net.sf.rubycollect4j.RubyString
Returns the successor to str.
next() - Method in class net.sf.rubycollect4j.util.PeekingIterator
 
nextByte() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns next byte.
nextByte(int) - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns next n as maximum bytes.
nextChar() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns next character.
nextChar(int) - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns next n as maximum chars.
nextǃ() - Method in class net.sf.rubycollect4j.RubyString
Equivalent to RubyString.next(), but modifies the receiver in place.
noneʔ() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Checks if elements contain only null objects.
noneʔ(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Checks if elements contain only elements which are false returned by the block.
noneʔ() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
noneʔ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
 
noneʔ(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
noneʔ() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
noneʔ(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
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