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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWM.java1042 <T> Collection<T> getProtocols(Class<T> protocolInterface) { argument
1043 Collection<T> res = (Collection<T>) protocolsMap.get(protocolInterface);
1051 private <T> void addProtocol(Class<T> protocolInterface, T protocol) { argument
1052 Collection<T> protocols = getProtocols(protocolInterface);
1054 protocolsMap.put(protocolInterface, protocols);

Completed in 1433 milliseconds