public class PTypeUtils extends Object
| Constructor and Description |
|---|
PTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
compare(T o1,
T o2) |
static boolean |
equals(Object v1,
Object v2) |
static boolean |
equalsQualifiedName(PDescriptor a,
PDescriptor b) |
static int |
hashCode(Object object) |
static int |
hashCode(PField<?> field,
Object object) |
static String |
toString(net.morimekta.util.Binary bytes) |
static String |
toString(Collection<?> collection) |
static String |
toString(double d) |
static String |
toString(Map<?,?> map) |
static String |
toString(Object o) |
static String |
toString(PMessage<?> message)
Stringify a message.
|
public static String toString(double d)
public static String toString(net.morimekta.util.Binary bytes)
public static String toString(Collection<?> collection)
public static int hashCode(Object object)
public static boolean equalsQualifiedName(PDescriptor a, PDescriptor b)
public static <T extends Comparable<T>> int compare(T o1, T o2)
Copyright © 2016. All rights reserved.