Class Helpers
java.lang.Object
net.thevpc.common.props.impl.Helpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> WritableIndexedNode<T> IndexedNode_findChild(WritableIndexedNode<T> THIS, Object[] path) static <T> booleanWritableList_addCollection(WritableList<T> THIS, Collection<? extends T> extra)
-
Constructor Details
-
Helpers
public Helpers()
-
-
Method Details
-
IndexedNode_findChild
public static <T> WritableIndexedNode<T> IndexedNode_findChild(WritableIndexedNode<T> THIS, Object[] path) -
WritableList_addCollection
public static <T> boolean WritableList_addCollection(WritableList<T> THIS, Collection<? extends T> extra)
-