| Modifier and Type | Method and Description | 
|---|---|
| Registry<I> | build() | 
| static <I> RegistryBuilder<I> | create() | 
| RegistryBuilder<I> | register(String id,
        I item) | 
| String | toString() | 
public static <I> RegistryBuilder<I> create()
public RegistryBuilder<I> register(String id, I item)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.