Uses of Interface
org.sonar.java.collections.PStack
-
Packages that use PStack Package Description org.sonar.java.collections https://en.wikipedia.org/wiki/Persistent_data_structure -
-
Uses of PStack in org.sonar.java.collections
Methods in org.sonar.java.collections that return PStack Modifier and Type Method Description static <E> PStack<E>PCollections. emptyStack()PStack<E>PStack. pop()PStack<E>PStack. push(E e)
-