Java Reference
In-Depth Information
// Bind properties of the java.util.HashSet object referenced by src to trg
Object.bindProperties(trg, src);
// Try iterating src properties
print("Iterating over trg properties:");
for (var propName in trg) {
print(propName);
}
Iterating over src properties:
Iterating over trg properties:
getClass
wait
notifyAll
notify
remove
removeAll
iterator
stream
hashCode
toArray
parallelStream
add
spliterator
forEach
containsAll
clear
isEmpty
removeIf
contains
size
addAll
equals
clone
toString
retainAll
class
empty
 
Search WWH ::




Custom Search