|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedAppender | |
---|---|
yarfraw.io |
Uses of FeedAppender in yarfraw.io |
---|
Methods in yarfraw.io that return FeedAppender | |
---|---|
FeedAppender |
FeedAppender.appendAllItemsAt(int index,
List<ItemEntry> items)
Appends all of the ItemEntry in the specified collection into the current feed
at the specified position (optional operation). |
FeedAppender |
FeedAppender.appendAllItemsToBeginning(ItemEntry... items)
Appends all of the ItemEntry to the beginning of the item list in the current feed. |
FeedAppender |
FeedAppender.appendAllItemsToBeginning(List<ItemEntry> items)
Appends all of the ItemEntry to the beginning of the item list in the current feed. |
FeedAppender |
FeedAppender.appendAllItemsToEnd(ItemEntry... items)
Appends all of the ItemEntry to the end of the item list in the current feed. |
FeedAppender |
FeedAppender.appendAllItemsToEnd(List<ItemEntry> items)
Appends all of the ItemEntry to the end of the item list in current feed. |
FeedAppender |
FeedAppender.removeItem(int index)
* Remove the item at index index from the feed. |
FeedAppender |
FeedAppender.setItem(int index,
ItemEntry item)
Set the item at index index to be the input item |
FeedAppender |
FeedAppender.setNumItemToKeep(int numItemToKeep)
Maximum number of items to keep in a feed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |