public static class Heap.Builder extends Object implements org.apache.commons.lang3.builder.Builder<Heap>
Constructor and Description |
---|
Heap.Builder() |
Modifier and Type | Method and Description |
---|---|
Heap |
build() |
Heap.Builder |
withOld(long old) |
Heap.Builder |
withPerm(long perm) |
Heap.Builder |
withYoung(long young) |
public Heap.Builder()
public Heap.Builder withYoung(long young)
public Heap.Builder withOld(long old)
public Heap.Builder withPerm(long perm)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.