Searched defs:Key (Results 1 – 6 of 6) sorted by relevance
103 public interface Key extends java.io.Serializable { interface
159 static class Key implements Comparable<Key> { class in TreeBinAssert162 public Key(int desiredHash) { in Key() method in TreeBinAssert.Key
231 private ExpectationWriter(TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap) { in ExpectationWriter()313 public Key(NonCtsEntry entry) { in Key() method316 public Key(Expectation e) { in Key() method
296 public static final class Key { class315 public Key(String language, String script, String region, in Key() method in Key
1308 private static class Key { class in ZipFile.Source1315 public Key(File file, BasicFileAttributes attrs, ZipCoder zc) { in Key() method in ZipFile.Source.Key1320 public Key(File file, BasicFileAttributes attrs, ZipCoder zc, in Key() method in ZipFile.Source.Key
2622 static abstract class Key { class in ObjectStreamClass.DeserializationConstructorsCache