Class CharSequenceConverter


  • public final class CharSequenceConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.common.collect.ImmutableList<java.lang.String> immutableStringList​(java.lang.Iterable<? extends java.lang.CharSequence> iterable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • immutableStringList

        @Nonnull
        public static com.google.common.collect.ImmutableList<java.lang.String> immutableStringList​(@Nullable
                                                                                                    java.lang.Iterable<? extends java.lang.CharSequence> iterable)