public class PSet<I> extends PContainer<I,Set<I>>
| Constructor and Description |
|---|
PSet(PDescriptorProvider<I> itemType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The name of the type is the Identifier string from the IDL.
|
String |
getQualifiedName(String packageName)
This will return the qualifying name of the type given package context.
|
PType |
getType() |
int |
hashCode() |
static <I> PContainerProvider<I,Set<I>,PSet<I>> |
provider(PDescriptorProvider<I> itemType) |
getPackageName, itemDescriptor, toStringpublic PSet(PDescriptorProvider<I> itemType)
public String getName()
PDescriptorpublic String getQualifiedName(String packageName)
PDescriptorpublic PType getType()
public static <I> PContainerProvider<I,Set<I>,PSet<I>> provider(PDescriptorProvider<I> itemType)
Copyright © 2016. All rights reserved.