Searched defs:erase (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
H A DMethodType.java79 public MethodType erase() { return null; } method in class:MethodType
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DUtil.java279 static void erase(ByteBuffer bb) { method in class:Util
/libcore/ojluni/src/main/java/java/lang/invoke/
H A DMethodType.java617 public MethodType erase() { method in class:MethodType
641 * The expression {@code type.wrap().erase()} produces the same value
650 return this == erase() && !hasPrimitives();
658 * The expression {@code type.wrap().erase()} produces the same value

Completed in 101 milliseconds