Uses of Class
com.yahoo.document.config.DocumentmanagerConfig.Doctype.Maptype.Builder
Packages that use DocumentmanagerConfig.Doctype.Maptype.Builder
-
Uses of DocumentmanagerConfig.Doctype.Maptype.Builder in com.yahoo.document.config
Fields in com.yahoo.document.config with type parameters of type DocumentmanagerConfig.Doctype.Maptype.BuilderMethods in com.yahoo.document.config that return DocumentmanagerConfig.Doctype.Maptype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Doctype.Maptype.Builder.idx(int __value) DocumentmanagerConfig.Doctype.Maptype.Builder.keytype(int __value) DocumentmanagerConfig.Doctype.Maptype.Builder.valuetype(int __value) Methods in com.yahoo.document.config with parameters of type DocumentmanagerConfig.Doctype.Maptype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Doctype.Builder.maptype(DocumentmanagerConfig.Doctype.Maptype.Builder __builder) Add the given builder to this builder's list of Maptype buildersMethod parameters in com.yahoo.document.config with type arguments of type DocumentmanagerConfig.Doctype.Maptype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Doctype.Builder.maptype(Consumer<DocumentmanagerConfig.Doctype.Maptype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Doctype.Builder.maptype(List<DocumentmanagerConfig.Doctype.Maptype.Builder> __builders) Set the given list as this builder's list of Maptype buildersConstructors in com.yahoo.document.config with parameters of type DocumentmanagerConfig.Doctype.Maptype.Builder