コード例 #1
0
 public List<Bookmark> bookmarks() {
   return Collections.unmodifiableList(myBookmarks);
 }
コード例 #2
0
 /**
  * Returns the list of detected codecs.
  *
  * @return the list of detected codecs.
  */
 public static List<CodecInfo> getSupportedCodecs() {
   return Collections.unmodifiableList(codecs);
 }