Class DirectivesNullable
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesNullable
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives for data that might be nullable.
- Since:
- 0.4
-
Constructor Summary
ConstructorsConstructorDescriptionDirectivesNullable
(String name, HexData data) Constructor.DirectivesNullable
(String name, T data) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DirectivesNullable
Constructor.- Type Parameters:
T
- Type of data.- Parameters:
name
- The name of data to store.data
- Data to store.
-
DirectivesNullable
Constructor.- Parameters:
name
- The name of data to store.data
- Data to store.
-
-
Method Details