Package google.registry.util
Class CircularList.Builder<T>
java.lang.Object
google.registry.util.CircularList.AbstractBuilder<T,CircularList<T>>
google.registry.util.CircularList.Builder<T>
- Enclosing class:
CircularList<T>
Default Builder to create a standard instance of a
CircularList
.-
Field Summary
Fields inherited from class google.registry.util.CircularList.AbstractBuilder
current, first
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CircularList
<T> Simply calls on constructor toCircularList
to create new instance.Methods inherited from class google.registry.util.CircularList.AbstractBuilder
add, add, build
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
Simply calls on constructor toCircularList
to create new instance.- Specified by:
create
in classCircularList.AbstractBuilder<T,
CircularList<T>>
-