Module net.botwithus.rs3
Class SimplePropertyList<T>
java.lang.Object
net.botwithus.rs3.imgui.imfx.properties.impl.SimplePropertyList<T>
- All Implemented Interfaces:
Iterable<T>,PropertyList<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddListener(PropertyListListener<T> listener) get()get(int index) iterator()voidvoidremoveListener(PropertyListListener<T> listener) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SimplePropertyList
public SimplePropertyList() -
SimplePropertyList
-
-
Method Details
-
get
- Specified by:
getin interfacePropertyList<T>
-
get
- Specified by:
getin interfacePropertyList<T>
-
add
- Specified by:
addin interfacePropertyList<T>
-
remove
- Specified by:
removein interfacePropertyList<T>
-
addListener
- Specified by:
addListenerin interfacePropertyList<T>
-
removeListener
- Specified by:
removeListenerin interfacePropertyList<T>
-
iterator
-