Package com.comphenix.protocol.concurrent
package com.comphenix.protocol.concurrent
-
ClassesClassDescriptionManages the association between packet types and their corresponding listeners.A map-like data structure that associates
PacketTypes with sets of values.SortedCopyOnWriteSet<E,C extends Comparable<C>> A collection that stores elements in a sorted order based on a providedComparable, while ensuring element equality is checked using theirequalsmethod.