```
package me.cqc;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.IllegalBlockSizeException;
import javax.crypto.NoSuchPaddingException;
import java.io.IOE
Multimaps.index(Iterable, Function) 索引、分组
ImmutableSet<String> digits = ImmutableSet.of("zero", "one", "two", "three", "four",
"five", "six", "seven", "eight", "nine");
Function<String, Int
Iterables大多数方法直接调的是Iterators的方法
该类主要使用场景是用于非Collection体系中的Iterable对象,以下的大部分方法在Collections工具类中都能找到相应的方法
MethodDescriptionall(Iterable<T> iterable, Predicate<? super T> predicate)