类 ConcurrentCollections

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.ConcurrentCollections

public class ConcurrentCollections extends Object
  • 字段详细资料

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
  • 构造器详细资料

    • ConcurrentCollections

      public ConcurrentCollections()
  • 方法详细资料

    • newHashSet

      public static <T> Set<T> newHashSet()
    • newHashMap

      public static <T, U> Map<T,U> newHashMap()
    • newLinkedList

      public static <T> List<T> newLinkedList()
    • toList

      public static <T> Collector<T,?,List<T>> toList()
    • newArrayDeque

      public static <T> Queue<T> newArrayDeque()