Class References


  • public class References
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      References()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Ref ref)  
      boolean contains​(Ref ref)  
      void each​(java.util.function.Consumer<Ref> consumer)
      loop the references.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • References

        public References()
    • Method Detail

      • add

        public void add​(Ref ref)
      • contains

        public boolean contains​(Ref ref)
      • each

        public void each​(java.util.function.Consumer<Ref> consumer)
        loop the references.
        Parameters:
        consumer - consumer callback that handles the ref