public interface ImmutableCharSetFactory
ImmutableCharSet
.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableCharSet |
empty() |
ImmutableCharSet |
of()
Same as
empty() . |
ImmutableCharSet |
of(char... items)
Same as
with(char[]) . |
ImmutableCharSet |
of(char one)
Same as
with(char) . |
ImmutableCharSet |
ofAll(CharIterable items)
Same as
withAll(CharIterable) . |
ImmutableCharSet |
with()
Same as
empty() . |
ImmutableCharSet |
with(char... items) |
ImmutableCharSet |
with(char one) |
ImmutableCharSet |
withAll(CharIterable items) |
ImmutableCharSet empty()
ImmutableCharSet of()
empty()
.ImmutableCharSet with()
empty()
.ImmutableCharSet of(char one)
with(char)
.ImmutableCharSet with(char one)
ImmutableCharSet of(char... items)
with(char[])
.ImmutableCharSet with(char... items)
ImmutableCharSet ofAll(CharIterable items)
withAll(CharIterable)
.ImmutableCharSet withAll(CharIterable items)
Copyright © 2004–2016. All rights reserved.