| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
SetBase<T> |
SetBase.accept(Lang.Visitor<? super T> visitor) |
SetBase<T> |
SetBase.each(Lang.Visitor<? super T> visitor) |
SetBase<T> |
SetBase.forEach(Lang.Visitor<? 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 © 2014–2019 OSGL (Open Source General Library). All rights reserved.