BOA TARDE GALERA !!!
NÃO ENTENDI PORQUE O 127 NÃO SAIU AQUI:
public static void main(String[] args) {
String context = "0100 55 3L 62D 127 6F (int)7";
Scanner s = new Scanner(context);
while (s.hasNextLong()) {
System.out.print(s.nextLong() + ",");
}
}
OUT: 100,55,