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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderProtoPool.java50 @Nonnull private final ConcurrentMap<ProtoKey, BuilderProtoReference> internedItems =
59 ProtoKey key = new Key(parameters, returnType);
108 interface ProtoKey { interface in class:BuilderProtoPool
114 private static class Key implements ProtoKey {
137 if (o != null && o instanceof ProtoKey) {
138 ProtoKey other = (ProtoKey)o;

Completed in 66 milliseconds