I\'m looking for a static method in the Java core libraries or some other commonly used dependency — preferably one of Apache — that does the following:
public s
java.util.Collections.singletonList() or singleton(). Note though that the result is immutable.