Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Method | 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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.