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 

T

take(int) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Takes the first n elements.
take(int) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Takes the first n elements.
take(int) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Takes the first n elements.
take(int) - Method in class net.sf.rubycollect4j.RubyEnumerable
Takes the first n elements.
take(int) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Takes the first n elements.
TakeIterable<E> - Class in net.sf.rubycollect4j.iter
TakeIterable iterates over the first n elements.
TakeIterable(Iterable<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.TakeIterable
Creates a TakeIterable.
TakeIterator<E> - Class in net.sf.rubycollect4j.iter
TakeIterator drops first n elements before iterating elements.
TakeIterator(Iterator<? extends E>, int) - Constructor for class net.sf.rubycollect4j.iter.TakeIterator
Creates a TakeIterator.
takeWhile() - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Returns an enumerator which contains only the first element.
takeWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.Enumerable
Takes elements until an element gets false returned by the block.
takeWhile() - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Returns an enumerator which contains only the first element.
takeWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.Ruby.LazyEnumerator
Takes elements until an element gets false returned by the block.
takeWhile() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Returns an enumerator which contains only the first element.
takeWhile(BooleanBlock<? super E>) - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Takes elements until an element gets false returned by the block.
takeWhile() - Method in class net.sf.rubycollect4j.RubyEnumerable
Returns an enumerator which contains only the first element.
takeWhile(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyEnumerable
Takes elements until an element gets false returned by the block.
takeWhile(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
An adapter method.
takeWhile() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Returns an enumerator which contains only the first element.
takeWhile(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
Takes elements until an element gets false returned by the block.
TakeWhileIterable<E> - Class in net.sf.rubycollect4j.iter
TakeWhileIterable iterates over the elements until the returned value by the block is false.
TakeWhileIterable(Iterable<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.TakeWhileIterable
TakeWhileIterator<E> - Class in net.sf.rubycollect4j.iter
TakeWhileIterator iterates over the elements until the returned value by the block is false.
TakeWhileIterator(Iterator<? extends E>, BooleanBlock<? super E>) - Constructor for class net.sf.rubycollect4j.iter.TakeWhileIterator
tell() - Method in class net.sf.rubycollect4j.RubyDir
Returns the current position of entries.
toA() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
Puts all elements into a RubyArray.
toA() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
toA() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
toArray() - Method in class net.sf.rubycollect4j.RubyArray
 
toArray(T[]) - Method in class net.sf.rubycollect4j.RubyArray
 
toArray() - Method in class net.sf.rubycollect4j.RubySet
 
toArray(T[]) - Method in class net.sf.rubycollect4j.RubySet
 
toArray(Collection<? extends Number>) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a Collection of Number to a byte array.
toArray() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
toArray(T[]) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
toArray() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
toArray(T[]) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
toArray() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
toArray(T[]) - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
toASCII8Bit(byte) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Encodes a byte to ASCII-8Bit String character.
toBinaryString(byte[]) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts byte array to a binary String by MSB order.
toBinaryString(byte[], boolean) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array to a binary String.
toByteArray(byte) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte into a byte array.
toByteArray(short) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a short into a byte array by big-endian byte order.
toByteArray(short, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a short into a byte array.
toByteArray(int) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts an int into a byte array by big-endian byte order.
toByteArray(int, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts an int into a byte array.
toByteArray(long) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a long into a byte array by big-endian byte order.
toByteArray(long, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a long into a byte array.
toByteArray(float) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a float into a byte array by big-endian byte order.
toByteArray(float, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a float into a byte array.
toByteArray(double) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a double into a byte array by big-endian byte order.
toByteArray(double, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a double into a byte array.
toByteArray(boolean) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a boolean into a byte array.
toByteArray(char) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a char into a byte array by big-endian byte order.
toByteArray(char, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a char into a byte array.
toByteArray(String) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a String into a byte array.
toByteArray(Object) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts an Object into a byte array by big-endian byte order.
toByteArray(Object, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts an Object into a byte array.
today() - Static method in class net.sf.rubycollect4j.RubyDate
Creates a RubyDate of beginning of today.
todayʔ() - Method in class net.sf.rubycollect4j.RubyDate
Checks if this RubyDate is a time of today.
toExtendedASCIIs(byte[], int, ByteOrder) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array into an ASCII String.
toF() - Method in class net.sf.rubycollect4j.RubyString
Returns the result of interpreting leading characters in str as a floating point number.
toH() - Method in class net.sf.rubycollect4j.RubyHash
Returns this RubyHash.
toHash() - Method in class net.sf.rubycollect4j.RubyHash
Returns this RubyHash.
toHexString(byte[]) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array to a hex String by HNF order.
toHexString(byte[], boolean) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array to a hex String.
toI() - Method in class net.sf.rubycollect4j.RubyString
Returns the result of interpreting leading characters in str as a integer number.
toI(int) - Method in class net.sf.rubycollect4j.RubyString
Returns the result of interpreting leading characters in str as a integer number.
toList(byte[]) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array to a RubyArray of Byte.
tomorrow() - Static method in class net.sf.rubycollect4j.RubyDate
Creates a RubyDate of tomorrow.
toPath() - Method in class net.sf.rubycollect4j.RubyFile
Returns the path of the file.
toS() - Method in class net.sf.rubycollect4j.RubyArray
Equivalent to RubyArray.toString().
toS() - Method in class net.sf.rubycollect4j.RubyHash
Equivalent to RubyHash.toString().
toS() - Method in class net.sf.rubycollect4j.RubyRange
Equivalent to RubyRange.toString().
toS() - Method in class net.sf.rubycollect4j.RubyString
Returns the receiver.
toStr() - Method in class net.sf.rubycollect4j.RubyString
Returns the receiver.
toString() - Method in class net.sf.rubycollect4j.iter.ChunkIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.CombinationIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.ComparableEntryIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.CycleIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.DropIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.DropWhileIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachConsIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachIndexIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachLineIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachSliceIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachWithIndexIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.EachWithObjectIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.FindAllIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.FlattenIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.GrepIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.PermutationIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.ProductIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.RangeIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.RejectIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.RepeatedCombinationIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.RepeatedPermutationIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.ReverseEachIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.SliceBeforeIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.StepIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.TakeIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.TakeWhileIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.TransformIterable
 
toString() - Method in class net.sf.rubycollect4j.iter.ZipIterable
 
toString() - Method in enum net.sf.rubycollect4j.packer.Directive
 
toString() - Method in class net.sf.rubycollect4j.RubyArray
 
toString() - Method in class net.sf.rubycollect4j.RubyDir
 
toString() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
toString() - Method in class net.sf.rubycollect4j.RubyEnumerator
 
toString() - Method in class net.sf.rubycollect4j.RubyFile
 
toString() - Method in class net.sf.rubycollect4j.RubyHash
 
toString() - Method in enum net.sf.rubycollect4j.RubyIO.Mode
 
toString() - Method in class net.sf.rubycollect4j.RubyIO
 
toString() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
toString() - Method in class net.sf.rubycollect4j.RubyRange
 
toString() - Method in class net.sf.rubycollect4j.RubySet
 
toString() - Method in class net.sf.rubycollect4j.RubyString
 
toString() - Method in class net.sf.rubycollect4j.succ.CharacterSuccessor
 
toString() - Method in class net.sf.rubycollect4j.succ.DateSuccessor
 
toString() - Method in class net.sf.rubycollect4j.succ.DoubleSuccessor
 
toString() - Method in class net.sf.rubycollect4j.succ.IntegerSuccessor
 
toString() - Method in class net.sf.rubycollect4j.succ.LongSuccessor
 
toString() - Method in class net.sf.rubycollect4j.succ.StringSuccessor
 
toString() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
 
toString() - Method in class net.sf.rubycollect4j.util.ComparableEntry
 
toString() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
 
toString() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
 
toString() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
 
toString() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
 
toString() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
 
totalByteNumber() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
Returns the total number of bytes.
toUTF(byte[]) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Converts a byte array into an UTF String.
tr(String, String) - Method in class net.sf.rubycollect4j.RubyString
Returns a copy of str with the characters in fromStr replaced by the corresponding characters in toStr.
TransformBlock<E,S> - Interface in net.sf.rubycollect4j.block
An interface for lambda expression to yield an element and transform it.
TransformIterable<E,S> - Class in net.sf.rubycollect4j.iter
TransformIterable converts any type of Iterable to another type by given TransformBlock.
TransformIterable(Iterable<? extends E>, TransformBlock<? super E, ? extends S>) - Constructor for class net.sf.rubycollect4j.iter.TransformIterable
TransformIterator<E,S> - Class in net.sf.rubycollect4j.iter
TransformIterator converts any type of Iterator to another type by given TransformBlock.
TransformIterator(Iterator<? extends E>, TransformBlock<? super E, ? extends S>) - Constructor for class net.sf.rubycollect4j.iter.TransformIterator
transpose() - Method in class net.sf.rubycollect4j.RubyArray
Assumes this RubyArray is a matrix and transpose this matrix into a new RubyArray.
trS(String, String) - Method in class net.sf.rubycollect4j.RubyString
Processes a copy of str as described under RubyString.tr(String, String), then removes duplicate characters in regions that were affected by the translation.
trSǃ(String, String) - Method in class net.sf.rubycollect4j.RubyString
Performs RubyString.trS(String, String) processing on str in place, returning str, or null if no changes were made.
TryComparator<E> - Class in net.sf.rubycollect4j.util
TryComparator tries to compare any 2 objects by casting the first object to a Comparable.
TryComparator() - Constructor for class net.sf.rubycollect4j.util.TryComparator
Creates a TryComparator.
TryComparator(Comparator<? super E>) - Constructor for class net.sf.rubycollect4j.util.TryComparator
Creates a TryComparator by given Comparator.
trǃ(String, String) - Method in class net.sf.rubycollect4j.RubyString
Translates str in place, using the same rules as RubyString.tr(String, 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