public class Section<T extends Section<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Section.Builder<T extends Section<T>> |
Modifier and Type | Method and Description |
---|---|
static <T extends Section<T>> |
builder() |
boolean |
equals(Object obj) |
String |
getInfo() |
int |
hashCode() |
Section.Builder<T> |
toBuilder() |
String |
toString() |
protected final String info
public static <T extends Section<T>> Section.Builder<T> builder()
public Section.Builder<T> toBuilder()
public String getInfo()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.