| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
protected EnumSet<C.Feature> |
Osgl.Var.initFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static C.Feature |
C.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static C.Feature[] |
C.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected EnumSet<C.Feature> |
FeaturedBase.features_() |
protected EnumSet<C.Feature> |
ListBase.features_() |
protected EnumSet<C.Feature> |
SetBase.features_() |
EnumSet<C.Feature> |
FeaturedBase.features() |
EnumSet<C.Feature> |
C.Featured.features()
Get all characteristics in
EnumSet |
EnumSet<C.Feature> |
ListBase.features() |
EnumSet<C.Feature> |
SetBase.features() |
protected abstract EnumSet<C.Feature> |
FeaturedBase.initFeatures()
Sub class should override this method to provide initial feature
set for the feature based instance
|
protected EnumSet<C.Feature> |
CompositeList.initFeatures() |
protected abstract EnumSet<C.Feature> |
ListBase.initFeatures()
Sub class should override this method to provide initial feature
set for the feature based instance
|
protected abstract EnumSet<C.Feature> |
SetBase.initFeatures()
Sub class should override this method to provide initial feature
set for the feature based instance
|
protected EnumSet<C.Feature> |
SequenceBase.initFeatures() |
protected EnumSet<C.Feature> |
TraversableBase.initFeatures() |
protected EnumSet<C.Feature> |
StrBase.initFeatures() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeaturedBase.is(C.Feature feature) |
boolean |
C.Featured.is(C.Feature c)
Check if this object has a certain
C.Feature |
boolean |
ListBase.is(C.Feature feature) |
boolean |
SetBase.is(C.Feature feature) |
protected FeaturedBase |
FeaturedBase.setFeature(C.Feature feature) |
protected ListBase<T> |
ListBase.setFeature(C.Feature feature) |
protected SetBase<T> |
SetBase.setFeature(C.Feature feature) |
protected T |
StrBase.setFeature(C.Feature feature) |
protected FeaturedBase |
FeaturedBase.unsetFeature(C.Feature feature) |
protected ListBase<T> |
ListBase.unsetFeature(C.Feature feature) |
protected SetBase<T> |
SetBase.unsetFeature(C.Feature feature) |
protected T |
StrBase.unsetFeature(C.Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
static C.Featured |
C.Featured.Factory.identity(EnumSet<C.Feature> predefined) |
Copyright © 2017. All Rights Reserved.