Package org.sonar.java.collections


@MethodsAreNonnullByDefault package org.sonar.java.collections
https://en.wikipedia.org/wiki/Persistent_data_structure
  • Interface Summary
    Interface
    Description
    PMap<K,​V>
    Persistent (functional) Map.
    PSet<E>
    Persistent (functional) Set.
    Persistent (functional) Stack.
  • Class Summary
    Class
    Description
     
     
    MapBuilder<K,​V>
    This class is used for Java < 9 to simplify the creation of maps.
     
    This class is used for Java < 9 to simplify the creation of maps.