Public Methods |
boolean
|
addMetaComment(String address, MetaComment c, boolean notify)
|
boolean
|
addMetaComment2(C coord, MetaComment c, boolean notify)
|
abstract
C
|
addressToCoord(String address)
|
abstract
String
|
coordToAddress(C coord)
|
String
|
formatComments(String address, boolean includePre, int flagsMustHave, int flagsCantHave)
|
String
|
formatComments2(C coord, boolean includePre, int flagsMustHave, int flagsCantHave)
|
String
|
formatMetaComment(MetaComment c)
|
String
|
formatMetaFlags(int flags)
|
Comment
|
getComment(String address)
|
Comment
|
getComment2(C coord)
|
Map<String, Comment>
|
getComments()
|
Map<C, Comment>
|
getComments2()
|
String
|
getInlineComment(String address)
|
String
|
getInlineComment2(C coord)
|
Collection<String>
|
getMetaCommentObjects(String address, int flagsMustHave, int flagsCantHave)
|
Collection<String>
|
getMetaCommentObjects2(C coord, int flagsMustHave, int flagsCantHave)
|
Collection<MetaComment>
|
getMetaComments(String address, int flagsMustHave, int flagsCantHave)
|
Collection<MetaComment>
|
getMetaComments(String address)
|
Collection<MetaComment>
|
getMetaComments2(C coord)
|
Collection<MetaComment>
|
getMetaComments2(C coord, int flagsMustHave, int flagsCantHave)
|
String
|
getPreComment(String address)
|
String
|
getPreComment2(C coord)
|
String
|
getPrimary(String address, int position)
|
String
|
getPrimary2(C coord, int position)
|
Map<String, String>
|
getPrimaryMap(int position)
|
Map<C, String>
|
getPrimaryMap2(int position)
|
U
|
getUnit()
|
void
|
putAll(Map<C, Comment> map)
|
boolean
|
removeMetaComment(String address, MetaComment c, boolean notify)
|
boolean
|
removeMetaComment2(C coord, MetaComment c, boolean notify)
|
boolean
|
setComment(String address, Comment comment, boolean notify)
|
boolean
|
setComment2(C coord, Comment comment, boolean notify)
|
boolean
|
setInlineComment(String address, String value)
|
boolean
|
setInlineComment(String address, String value, boolean notify)
|
boolean
|
setInlineComment2(C coord, String value, boolean notify)
|
boolean
|
setInlineComment2(C coord, String value)
|
boolean
|
setPreComment(String address, String value, boolean notify)
|
boolean
|
setPreComment(String address, String value)
|
boolean
|
setPreComment2(C coord, String value, boolean notify)
|
boolean
|
setPreComment2(C coord, String value)
|
boolean
|
setPrimary(String address, String value, int position, boolean notify)
|
boolean
|
setPrimary2(C coord, String value, int position, boolean notify)
|