Package io.deephaven.properties
Class PropertyVisitorStringBase.BiConsumerStringImpl
java.lang.Object
io.deephaven.properties.PropertyVisitorStringBase
io.deephaven.properties.PropertyVisitorStringBase.BiConsumerStringImpl
- All Implemented Interfaces:
PropertyVisitor
- Enclosing class:
- PropertyVisitorStringBase
public static class PropertyVisitorStringBase.BiConsumerStringImpl
extends PropertyVisitorStringBase
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.properties.PropertyVisitorStringBase
PropertyVisitorStringBase.BiConsumerStringImpl
-
Field Summary
Fields inherited from interface io.deephaven.properties.PropertyVisitor
SEPARATOR
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.properties.PropertyVisitorStringBase
visit, visit, visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.properties.PropertyVisitor
maybeVisit, maybeVisit, maybeVisit, maybeVisitProperties, visitProperties, visitProperties
-
Constructor Details
-
BiConsumerStringImpl
-
-
Method Details
-
visit
Description copied from interface:PropertyVisitor
Performs this operation on the given key and String value.- Parameters:
key
- the keyvalue
- the value
-