コード例 #1
0
ファイル: NSEC3Record.java プロジェクト: hemantdhivar/milton2
 /** Returns whether a specific type is in the set of types. */
 public boolean hasType(int type) {
   return types.contains(type);
 }