I cant find any sorting function in the java API for vectors. Collections.sort is only for List and not for Vector.<
Collections.sort
List
Vector
Collections.sort(nameOfTheVectorToBeSorted); try this on your vector, that will get sorted.