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 

K

keepIf() - Method in class net.sf.rubycollect4j.RubyArray
Returns a RubyEnumerator of this RubyArray.
keepIf(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubyArray
Keeps elements which are true returned by the block.
keepIf() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyEnumerator of entries of this RubyHash.
keepIf(EntryBooleanBlock<? super K, ? super V>) - Method in class net.sf.rubycollect4j.RubyHash
Keeps elements which the result are true returned by the block.
keepIf(BooleanBlock<? super E>) - Method in class net.sf.rubycollect4j.RubySet
Deletes every element of the set for which block evaluates to false, and returns self.
key(V) - Method in class net.sf.rubycollect4j.RubyHash
Finds the key related to given value.
keys() - Method in class net.sf.rubycollect4j.RubyHash
Returns a RubyArray of keys of this RubyHash.
keySet() - Method in class net.sf.rubycollect4j.RubyHash
 
keySet() - Method in class net.sf.rubycollect4j.util.LinkedIdentityMap
 
keyʔ(K) - Method in class net.sf.rubycollect4j.RubyHash
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