Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public static interface UnionMethodSet.Method<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object target,
Object element)
Checks if the set returned by the method contains the non-null object element.
|
Set<? extends E> |
getSet(Object target)
Gets the set view of the method result or
null if set is
not applicable. |
E |
getSingleton(Object target)
Gets the single value that represents the set or
null if cannot
be represented as a single value. |
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.