|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.codegen.optimization.boxing.RedundantBoxedValuesCollection
public class RedundantBoxedValuesCollection
| Constructor Summary | |
|---|---|
RedundantBoxedValuesCollection()
|
|
| Method Summary | |
|---|---|
void |
add(BoxedBasicValue value)
|
boolean |
isEmpty()
|
java.util.Iterator<BoxedBasicValue> |
iterator()
|
void |
merge(BoxedBasicValue v,
BoxedBasicValue w)
|
void |
remove(BoxedBasicValue value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RedundantBoxedValuesCollection()
| Method Detail |
|---|
public void add(@NotNull
BoxedBasicValue value)
public void remove(@NotNull
BoxedBasicValue value)
public void merge(@NotNull
BoxedBasicValue v,
@NotNull
BoxedBasicValue w)
public boolean isEmpty()
@NotNull public java.util.Iterator<BoxedBasicValue> iterator()
iterator in interface java.lang.Iterable<BoxedBasicValue>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||