Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shestakow1993/def06bdb68d2129a7787214c774232dd to your computer and use it in GitHub Desktop.
Save shestakow1993/def06bdb68d2129a7787214c774232dd to your computer and use it in GitHub Desktop.
array
public boolean isServicesAllMonthly(int ... sIds){
Collection<Integer> allIds=Arrays.asList(sIds);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment