Class PathSpace<V>

java.lang.Object
com.aoapps.net.pathspace.PathSpace<V>

public class PathSpace<V> extends Object
Manages a set of Prefix, identifying conflicts and providing efficient lookup even when many prefixes are in the path space.

Each path space has an associated value.

This class is thread-safe.

Author:
AO Industries, Inc.
  • Constructor Details

    • PathSpace

      public PathSpace()
  • Method Details