Skip to content

A couple changes

Latest
Compare
Choose a tag to compare
@errodrigues errodrigues released this 03 Nov 16:41
· 1 commit to master since this release

This minor update basically adds the following:

  1. Few @SuppressWarnings were added to get rid of some annoying compilation warnings
  2. Added mark/unmark capability on any node in the graph. Marks can be default boolean flags, or any other Object can be associated with the node as a mark, which can be inspected on demand via method getMark.
  3. Method get(node) was added to allow consumers to retrieve the exact node instance that was previously added to the graph.