Uses of Interface
org.jparsec.functors.Map
-
Packages that use Map Package Description org.jparsec.functors Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. -
-
Uses of Map in org.jparsec.functors
Subinterfaces of Map in org.jparsec.functors Modifier and Type Interface Description interfaceUnary<T>Deprecated.UseUnaryOperatorinstead.Methods in org.jparsec.functors that return Map Modifier and Type Method Description static <T> Map<T,java.lang.String>Maps. mapToString()Deprecated.UseString::valueOfdirectly.
-