| Modifier and Type | Method and Description |
|---|---|
ImmutableTabSize |
ImmutableTabSize.Builder.build()
Builds a new
ImmutableTabSize. |
static ImmutableTabSize |
ImmutableTabSize.copyOf(TabSize instance)
Creates an immutable copy of a
TabSize value. |
static ImmutableTabSize |
ImmutableTabSize.of(int spaces)
Construct a new immutable
TabSize instance. |
ImmutableTabSize |
ImmutableTabSize.withSpaces(int value)
Copy the current immutable object by setting a value for the
spaces attribute. |
Copyright © 2022. All rights reserved.