public class DocumentCollectionImpl extends Object implements DocumentCollection<DocumentImpl>
DocumentImpl
.Constructor and Description |
---|
DocumentCollectionImpl() |
DocumentCollectionImpl(List<DocumentImpl> documents) |
Modifier and Type | Method and Description |
---|---|
void |
addDocument(DocumentImpl document) |
List<DocumentImpl> |
getDocuments() |
public DocumentCollectionImpl()
public DocumentCollectionImpl(List<DocumentImpl> documents)
public void addDocument(DocumentImpl document)
addDocument
in interface DocumentCollection<DocumentImpl>
public List<DocumentImpl> getDocuments()
getDocuments
in interface DocumentCollection<DocumentImpl>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.