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

/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DIntSignature.java31 public class IntSignature implements BaseType { class in inherits:BaseType
32 private static IntSignature singleton = new IntSignature();
34 private IntSignature(){} method in class:IntSignature
36 public static IntSignature make() {return singleton;}

Completed in 34 milliseconds