Package examples

Class SingletonExample

java.lang.Object
examples.SingletonExample

public class SingletonExample extends Object
Example use of Introspector with graphs where cycles exist (not as a tree). The cycles are represented as repeated nodes, so they could be expanded infinitive. A direct recursive type is the Singleton design pattern.
  • Constructor Details

    • SingletonExample

      public SingletonExample()
  • Method Details

    • main

      public static void main(String... args)