Class PCollections

java.lang.Object
org.sonar.java.collections.PCollections

public final class PCollections extends Object
  • Method Details

    • emptySet

      public static <E> PSet<E> emptySet()
    • emptyMap

      public static <E,​ V> PMap<E,​V> emptyMap()
    • emptyStack

      public static <E> PStack<E> emptyStack()