public final class SmartSet /* SmartSet*/ implements kotlin.collections.MutableSet { @org.jetbrains.annotations.NotNull() public static final SmartSet.Companion Companion; @org.jetbrains.annotations.Nullable() private java.lang.Object data; private int size; @org.jetbrains.annotations.NotNull() public java.util.Iterator iterator();// iterator() private SmartSet();// .ctor() public boolean add(T);// add(T) public int getSize();// getSize() public void clear();// clear() public void setSize(int);// setSize(int) public static final class Companion /* SmartSet.Companion*/ { private final int ARRAY_THRESHOLD; @() @org.jetbrains.annotations.NotNull() public final SmartSet create();// create() @() @org.jetbrains.annotations.NotNull() public final SmartSet create(@org.jetbrains.annotations.NotNull() java.util.Collection);// create(java.util.Collection) private Companion();// .ctor() }}