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

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

Completed in 284 milliseconds