Package com.jk.core.collections
package com.jk.core.collections
-
ClassDescriptionJKListHolder<T extends JKIndexable>This Interface is a generic interface for holding a list of items that implement the
JKIndexable
interface.JKMap<K,V> This interface is a generic interface that represents a map.JKSet<T>This class represents a custom implementation of theSet
interface, providing a specialized set data structure.