Package com.luchersol.core.util.collection


package com.luchersol.core.util.collection
Utility classes for collection operations.

This package provides utility methods and helper classes for working with Java collections, offering specialized algorithms and operations to complement the standard Java Collections Framework.

Version:
1.0
Author:
LucherSol
  • Classes
    Class
    Description
    Graph<N,E extends Number>
    Graph is a generic class representing a graph data structure with nodes and weighted edges.
    Graph.Edge<N,E extends Number>
    Edge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
    Tree<T>
    Tree is a generic class representing a tree data structure with nodes and children.
    TreeNode represents a node in the tree, holding a value and a list of children.