public final class RegistryBuilder<I> extends Object
Registry
Registry<I>
build()
static <I> RegistryBuilder<I>
create()
RegistryBuilder<I>
register(String id, I item)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static <I> RegistryBuilder<I> create()
public RegistryBuilder<I> register(String id, I item)
public Registry<I> build()
public String toString()
toString
Object
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.