Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Method and Description |
---|---|
abstract Union2<First,Second> |
Union2.clone() |
static <First,Second> |
Union2.createFirst(First first)
Construct a union based on the first type.
|
static <First,Second> |
Union2.createSecond(Second second)
Construct a union based on the second type.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.