public abstract class Weight extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Weight.NoWeight |
| Modifier and Type | Field and Description |
|---|---|
static Weight.NoWeight |
NO_WEIGHT_ONE |
static Weight.NoWeight |
NO_WEIGHT_ZERO |
| Constructor and Description |
|---|
Weight() |
| Modifier and Type | Method and Description |
|---|---|
abstract Weight |
combineWith(Weight other) |
abstract Weight |
extendWith(Weight other) |
public static Weight.NoWeight NO_WEIGHT_ONE
public static Weight.NoWeight NO_WEIGHT_ZERO
Copyright © 2023. All rights reserved.