Uses of Class
me.croabeast.file.HashMappable
Packages that use HashMappable
-
Uses of HashMappable in me.croabeast.file
Methods in me.croabeast.file that return HashMappableModifier and TypeMethodDescription@NotNull HashMappable<T, C> HashMappable.copy()Creates a shallow copy of thisHashMappable.@NotNull HashMappable<T, C> HashMappable.instance()Returns this instance as aHashMappable.@NotNull HashMappable<T, C> HashMappable.order(Comparator<Integer> comparator) Orders the entries of thisHashMappableusing the provided comparator.