コード例 #1
0
 private void toggleItemFavourite(BlogPost item) {
   item.setFavourite(!item.isFavourite());
 }