public class ExpressionEditorDefinitions extends ArrayList<ExpressionEditorDefinition<Expression>>
modCount| Constructor and Description |
|---|
ExpressionEditorDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExpressionEditorDefinition<Expression>> |
getExpressionEditorDefinition(ExpressionType type) |
Optional<ExpressionEditorDefinition<Expression>> |
getExpressionEditorDefinition(Optional<Expression> expression) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Optional<ExpressionEditorDefinition<Expression>> getExpressionEditorDefinition(Optional<Expression> expression)
public Optional<ExpressionEditorDefinition<Expression>> getExpressionEditorDefinition(ExpressionType type)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.