public class IdentitySet extends Object
IdentitySet()
IdentitySet(int size)
void
add(Property obj)
boolean
contains(Property obj)
Set<Property>
getAll()
String
print()
Object
remove(Property obj)
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IdentitySet(int size)
public IdentitySet()
public void add(Property obj)
public boolean contains(Property obj)
public Object remove(Property obj)
public Set<Property> getAll()
public int size()
public String print()
Copyright © 2021. All rights reserved.