| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
SetBase<T> |
SetBase.accept(Osgl.Function<? super T,?> visitor) |
SetBase<T> |
SetBase.each(Osgl.Function<? super T,?> visitor) |
SetBase<T> |
SetBase.forEach(Osgl.Function<? super T,?> visitor)
Sub class could override this method to implement iterating in parallel.
|
protected SetBase<T> |
SetBase.setFeature(C.Feature feature) |
protected SetBase<T> |
SetBase.unsetFeature(C.Feature feature) |
Copyright © 2017. All Rights Reserved.