Uses of Class
in.cs699.tensors.delagram.entity.Comment
-
Packages that use Comment Package Description in.cs699.tensors.delagram.entity -
-
Uses of Comment in in.cs699.tensors.delagram.entity
Methods in in.cs699.tensors.delagram.entity that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
Feed. getComments()
Getter for the list of comments in the memoryList<Comment>
Memory. getComments()
Getter for the list of comments in the memoryMethods in in.cs699.tensors.delagram.entity with parameters of type Comment Modifier and Type Method Description void
Memory. updateListOfComments(Comment commentMade)
A helper method to update the list of comments for the memory.Method parameters in in.cs699.tensors.delagram.entity with type arguments of type Comment Modifier and Type Method Description void
Feed. setComments(List<Comment> comments)
Setter for the list of comments in the memoryvoid
Memory. setComments(List<Comment> comments)
Setter for the list of comments in the memory
-