MCPcopy Create free account
hub / github.com/Bit0r/java-util / fsToList

Method fsToList

src/main/java/util/CommonUtils.java:669–671  ·  view source on GitHub ↗
(String receiveId)

Source from the content-addressed store, hash-verified

667 }
668
669 public static List<String> fsToList(String receiveId){
670 return Stream.of(receiveId.split("\\|")).collect(Collectors.toList());
671 }
672
673 /**
674 * list获取不重复的元素字段

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected