mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
44 lines
1.4 KiB
Java
Vendored
44 lines
1.4 KiB
Java
Vendored
public final class SmartSet /* SmartSet*/<T> extends kotlin.collections.AbstractSet<T> implements java.util.Set<T>, kotlin.collections.MutableSet<T>, kotlin.jvm.internal.markers.KMutableSet {
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final SmartSet.Companion Companion;
|
|
|
|
private int size;
|
|
|
|
private java.lang.Object data;
|
|
|
|
private static final int ARRAY_THRESHOLD;
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final <T> SmartSet<T> create();// <T> create()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public static final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
|
|
|
@org.jetbrains.annotations.NotNull()
|
|
public java.util.Iterator<T> 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*/ {
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final <T> SmartSet<T> create();// <T> create()
|
|
|
|
@kotlin.jvm.JvmStatic()
|
|
@org.jetbrains.annotations.NotNull()
|
|
public final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
|
|
|
private Companion();// .ctor()
|
|
|
|
}} |