Class NeoNodeProperties.NeoProperties

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.Object>
    Enclosing interface:
    NeoNodeProperties

    public static final class NeoNodeProperties.NeoProperties
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(long nodeId)  
      • Methods inherited from class java.lang.Object

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

      • apply

        public java.lang.Object apply​(long nodeId)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.Object>