Package org.teavm.backend.wasm.model
Class WasmCollection<T extends WasmEntity>
java.lang.Object
org.teavm.backend.wasm.model.WasmCollection<T>
- All Implemented Interfaces:
Iterable<T>
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
add
-
removeIf
-
indexOf
-
iterator
- Specified by:
iteratorin interfaceIterable<T extends WasmEntity>
-
stream
-