Searched refs:contentList (Results 1 – 1 of 1) sorted by relevance
27 private List<Content> contentList = new LinkedList<Content>(); field in MultipartMimeContentImpl50 return contentList.add((ContentImpl) content); in add()71 for (Content content : this.contentList) { in toString()90 this.contentList = new LinkedList<Content>(); in createContentList()93 this.contentList.add(content); in createContentList()140 contentList.add(content); in createContentList()157 if (contentList == null) in getContentByType()159 for (Content content : contentList) { in getContentByType()182 return this.contentList.iterator(); in getContents()187 return this.contentList.size(); in getContentCount()