mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Map changes
This commit is contained in:
@@ -39,4 +39,8 @@ public class KSet<T> extends HashSet<T> {
|
||||
public KSet(int initialCapacity) {
|
||||
super(initialCapacity);
|
||||
}
|
||||
|
||||
public KSet<T> copy() {
|
||||
return new KSet<T>(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user