what does (str1 + str1).indexOf(str2) != -1) in this code actually mean?? plz break down

后端 未结 0 497
一个人的身影
一个人的身影 2021-02-05 15:27

// Java program to check if two given strings are rotations of each other

static boolean areRotations(String str1, String str2) {

    return (str1.length() == st         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题