- readConstants(Class) - Static method in class jfun.util.Misc
-
Reads all the constants value and put them in a map.
- ReflectionFactory - Class in jfun.util.dict
-
- remove(Object) - Method in interface jfun.util.dict.Dict
-
Functional update.
- remove() - Method in class jfun.util.yield.Continuator
-
Throws UnsupportedOperationException
- removes(Object[]) - Method in interface jfun.util.dict.Dict
-
Functional update.
- rev() - Method in class jfun.util.List
-
reverse the list.
- revAppend(List) - Method in class jfun.util.List
-
reverse the list and append it to the tail of list l.
- revArray() - Method in class jfun.util.List
-
convert the list to an array in reverse order.
- revArray(Object[]) - Method in class jfun.util.List
-
add the elements of the list to an array in reverse order.
- revArray(int, Object[]) - Method in class jfun.util.List
-
add the elements of the list to an array
from a certain position in reverse order.