Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • targetIndices

        public List<Integer> targetIndices​(int[] nums,
                                           int target)