Class SimplePropertyList<T>

java.lang.Object
net.botwithus.rs3.imgui.imfx.properties.impl.SimplePropertyList<T>
All Implemented Interfaces:
Iterable<T>, PropertyList<T>

public class SimplePropertyList<T> extends Object implements PropertyList<T>, Iterable<T>