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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java32 public class NetworkIdentitySet extends HashSet<NetworkIdentity> implements class in inherits:HashSet,Comparable
33 Comparable<NetworkIdentitySet> {
38 public NetworkIdentitySet() { method in class:NetworkIdentitySet
41 public NetworkIdentitySet(DataInputStream in) throws IOException { method in class:NetworkIdentitySet
98 public int compareTo(NetworkIdentitySet another) {

Completed in 92 milliseconds