bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-496
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.util.collection
Package-level
declarations
Types
Types
Priority
Map
Link copied to clipboard
class
PriorityMap
<
K
:
Comparable
<
K
>
?
,
V
>
A map that maintains the order of values based on priority, insertion order, and key comparison.
Singleton
Sequenced
Set
Link copied to clipboard
@
Unmodifiable
@
ApiStatus.Internal
class
SingletonSequencedSet
<
E
>
:
AbstractSet
<
E
>
,
SequencedSet
<
E
>