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 

L

last() - Method in class net.sf.rubycollect4j.RubyArray
Returns the last element of this RubyArray.
last(int) - Method in class net.sf.rubycollect4j.RubyArray
Returns last n elements of this RubyArray.
last() - Method in class net.sf.rubycollect4j.RubyRange
Returns the end of this RubyRange.
last(int) - Method in class net.sf.rubycollect4j.RubyRange
Returns the last n elements of this RubyRange.
lastIndexOf(Object) - Method in class net.sf.rubycollect4j.RubyArray
 
lazy() - Method in interface net.sf.rubycollect4j.RubyContract.Enumerable
lazy() - Method in class net.sf.rubycollect4j.RubyEnumerable
 
lazy() - Method in class net.sf.rubycollect4j.RubyLazyEnumerator
 
length() - Method in class net.sf.rubycollect4j.RubyArray
Equivalent to RubyArray.size().
length() - Method in class net.sf.rubycollect4j.RubyHash
Equivalent to RubyHash.size().
length() - Method in class net.sf.rubycollect4j.RubySet
Equivalent to RubySet.size().
length() - Method in class net.sf.rubycollect4j.RubyString
 
length() - Method in class net.sf.rubycollect4j.util.ASCII8BitUTF
 
lines() - Method in class net.sf.rubycollect4j.RubyString
Returns a RubyArray of lines in str split using the supplied record separator (System.getProperty("line.separator") by default).
lines(String) - Method in class net.sf.rubycollect4j.RubyString
Returns a RubyArray of lines in str split using given record separator.
LinkedIdentityMap<K,V> - Class in net.sf.rubycollect4j.util
LinkedIdentityMap is implemented by IdentityHashMap and takes advantage of LinkedList to keep the key elements ordered by their insertion sequence.
LinkedIdentityMap() - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap
LinkedIdentityMap(Map<? extends K, ? extends V>) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap
Creates a LinkedIdentityMap by given Map.
LinkedIdentityMap.EntrySet<S,U> - Class in net.sf.rubycollect4j.util
LinkedIdentityMap::EntrySet is designed to build a Set view of the LinkedIdentityMap#entrySet.
LinkedIdentityMap.EntrySet(List<S>, IdentityHashMap<S, U>) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap.EntrySet
Creates a LinkedIdentityMap::EntrySet.
LinkedIdentityMap.IdentityEntry<S,U> - Class in net.sf.rubycollect4j.util
LinkedIdentityMap::IdentityEntry overrides the equals().
LinkedIdentityMap.IdentityEntry(S, U) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
Creates a LinkedIdentityMap::IdentityEntry.
LinkedIdentityMap.IdentityEntry(Map.Entry<S, U>) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap.IdentityEntry
Creates a LinkedIdentityMap::IdentityEntry.
LinkedIdentityMap.KeySet<S,U> - Class in net.sf.rubycollect4j.util
LinkedIdentityMap::KeySet is designed to build a Set view of the LinkedIdentityMap#keySet.
LinkedIdentityMap.KeySet(List<S>, IdentityHashMap<S, U>) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap.KeySet
Creates a LinkedIdentityMap::KeySet.
LinkedIdentityMap.Values<S,U> - Class in net.sf.rubycollect4j.util
LinkedIdentityMap::Values is designed to build a Collection view of the LinkedIdentityMap#values.
LinkedIdentityMap.Values(List<S>, IdentityHashMap<S, U>) - Constructor for class net.sf.rubycollect4j.util.LinkedIdentityMap.Values
Creates a LinkedIdentityMap::Values.
listIterator() - Method in class net.sf.rubycollect4j.RubyArray
 
listIterator(int) - Method in class net.sf.rubycollect4j.RubyArray
 
ljust(int) - Method in class net.sf.rubycollect4j.RubyString
If integer is greater than the length of str, returns a new RubyString of length integer with str left justified and padded with whitesapce; otherwise, returns str.
ljust(int, String) - Method in class net.sf.rubycollect4j.RubyString
If integer is greater than the length of str, returns a new RubyString of length integer with str left justified and padded with padstr; otherwise, returns str.
ljust(byte[], int) - Static method in class net.sf.rubycollect4j.util.ByteUtil
Modifies the length of a byte array by padding zero bytes to the right.
LongSuccessor - Class in net.sf.rubycollect4j.succ
LongSuccessor generates a successor of any given Long.
lookup - Static variable in enum net.sf.rubycollect4j.packer.Directive
 
lstrip() - Method in class net.sf.rubycollect4j.RubyString
Returns a copy of str with leading whitespace removed.
lstripǃ() - Method in class net.sf.rubycollect4j.RubyString
Removes leading whitespace from str, returning null if no change was made.
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